# File lib/fog/openstack/models/volume/volumes.rb, line 15 def find_by_id(volume_id) if volume = service.get_volume_details(volume_id).body['volume'] new(volume) end rescue Fog::Volume::OpenStack::NotFound nil end