class Fog::Terremark::Shared::Network

Public Instance Methods

ips() click to toggle source
# File lib/fog/terremark/models/shared/network.rb, line 18
def ips
  #Until there is a real model for these ?
  connection.get_network_ips(id).body['IpAddresses']
end