# File lib/fog/image/openstack/v1/models/images.rb, line 77 def find_attribute(attribute, value) attribute = attribute.to_s.gsub("find_by_", "") load(service.list_public_images_detailed(attribute, value).body['images']) end