Class: Fog::Networking::AWS::Compute
- Defined in:
- lib/fog/networking/aws/compute.rb
Instance Method Summary collapse
Methods inherited from Provider
Constructor Details
This class inherits a constructor from Fog::Networking::Provider
Instance Method Details
#get_ip_address ⇒ Object
7 8 9 |
# File 'lib/fog/networking/aws/compute.rb', line 7 def get_ip_address @instance.public_ip_address end |