# File lib/fog/ecloud/models/compute/public_ips.rb, line 18 def all check_href!(:message => "the Public Ips href of the Vdc you want to enumerate") if data = connection.get_public_ips(href).body[:PublicIPAddress] load(data) end end