# File lib/fog/ecloud/models/compute/public_ips.rb, line 25 def activate data = service.public_ip_activate(href + "/action/activatePublicIp").body ip = Fog::Compute::Ecloud::PublicIps.new(:service => service, :href => data[:href])[0] end
Generated with the Darkfish Rdoc Generator 2.