# File lib/fog/profitbricks/models/compute/ip_blocks.rb, line 11 def all result = service.get_all_ip_blocks load(result.body['items'].each { |ip_block| flatten(ip_block) }) end