Method: Fog::Compute::Ninefold::Server#ipaddress

Defined in:
lib/fog/ninefold/models/compute/server.rb

#ipaddressObject

This is temporary - we need to model nics.

[View source]

79
80
81
# File 'lib/fog/ninefold/models/compute/server.rb', line 79

def ipaddress
  nic[0] ? nic[0]['ipaddress'] : nil
end