# File lib/fog/rackspace/requests/block_storage/get_snapshot.rb, line 5 def get_snapshot(snapshot_id) request( :expects => [200], :method => 'GET', :path => "snapshots/#{snapshot_id}" ) end