# File lib/fog/ecloud/models/compute/ip_addresses.rb, line 12
        def all
          data = connection.get_ip_addresses(href).body[:IpAddresses][:IpAddress]
          data = data.nil? ? [] : data
          load(data)
        end