# File lib/fog/hp/models/compute/addresses.rb, line 12 def all data = connection.list_addresses.body['floating_ips'] load(data) end