Class: Virtuozzo::SOAP::Types::Support::Net_addressType

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



1090
1091
1092
1093
# File 'lib/virtuozzo/soap/types/support.rb', line 1090

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

Instance Attribute Details

#hostObject

Returns the value of attribute host.



1087
1088
1089
# File 'lib/virtuozzo/soap/types/support.rb', line 1087

def host
  @host
end

#maskObject

Returns the value of attribute mask.



1088
1089
1090
# File 'lib/virtuozzo/soap/types/support.rb', line 1088

def mask
  @mask
end