# File lib/fog/cloudstack/requests/compute/list_public_ip_addresses.rb, line 9 def list_public_ip_addresses(options={}) options.merge!( 'command' => 'listPublicIpAddresses' ) request(options) end