Class: Virtuozzo::SOAP::Types::Envm::Net_addressType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/envm.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.



728
729
730
731
# File 'lib/virtuozzo/soap/types/envm.rb', line 728

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

Instance Attribute Details

#hostObject

Returns the value of attribute host.



725
726
727
# File 'lib/virtuozzo/soap/types/envm.rb', line 725

def host
  @host
end

#maskObject

Returns the value of attribute mask.



726
727
728
# File 'lib/virtuozzo/soap/types/envm.rb', line 726

def mask
  @mask
end