# File lib/fog/profitbricks/requests/compute/get_all_snapshots.rb, line 56 def get_all_snapshots response = Excon::Response.new response.status = 200 response.body = data[:snapshots] response end