Method: Fog::Compute::Ninefold::Server#ipaddress
- Defined in:
- lib/fog/ninefold/models/compute/server.rb
permalink #ipaddress ⇒ Object
This is temporary - we need to model nics.
79 80 81 |
# File 'lib/fog/ninefold/models/compute/server.rb', line 79 def ipaddress nic[0] ? nic[0]['ipaddress'] : nil end |