Class: Virtuozzo::SOAP::Types::Up2date::Net_addressType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesnet_addressType

host - (any)
mask - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(host = nil, mask = nil) ⇒ Net_addressType

Returns a new instance of Net_addressType.



1270
1271
1272
1273
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1270

def initialize(host = nil, mask = nil)
  @host = host
  @mask = mask
end

Instance Attribute Details

#hostObject

Returns the value of attribute host.



1267
1268
1269
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1267

def host
  @host
end

#maskObject

Returns the value of attribute mask.



1268
1269
1270
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1268

def mask
  @mask
end