Class: Fog::Networking::AWS::Compute

Inherits:
Provider
  • Object
show all
Defined in:
lib/fog/networking/aws/compute.rb

Instance Method Summary collapse

Methods inherited from Provider

#initialize, #prepare

Constructor Details

This class inherits a constructor from Fog::Networking::Provider

Instance Method Details

#get_ip_addressObject



7
8
9
# File 'lib/fog/networking/aws/compute.rb', line 7

def get_ip_address 
	@instance.public_ip_address
end