Class: Virtuozzo::SOAP::Types::Authm::System_nodeType::Address

Inherits:
Ip_addressType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/authm.rb

Overview

inner class for member: address http://www.swsoft.com/webservices/vzl/4.0.0/typesaddress

ip - (any)

Instance Attribute Summary collapse

Attributes inherited from Ip_addressType

#netmask

Instance Method Summary collapse

Constructor Details

#initialize(ip = nil) ⇒ Address

Returns a new instance of Address.



383
384
385
# File 'lib/virtuozzo/soap/types/authm.rb', line 383

def initialize(ip = nil)
  @ip = ip
end

Instance Attribute Details

#ipObject

Returns the value of attribute ip.



381
382
383
# File 'lib/virtuozzo/soap/types/authm.rb', line 381

def ip
  @ip
end