# File lib/fog/aws/models/compute/volumes.rb, line 103 def get(volume_id) if volume_id self.class.new(:service => service).all('volume-id' => volume_id).first end end