# File lib/fog/shared_file_system/openstack/models/share_access_rules.rb, line 17 def find_by_id(id) all.find { |rule| rule.id == id } end