# File lib/fog/shared_file_system/openstack/models/snapshots.rb, line 14 def find_by_id(id) snapshot_hash = service.get_snapshot(id).body['snapshot'] new(snapshot_hash.merge(:service => service)) end