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