Class: Virtuozzo::SOAP::Types::Relocator::Net_addressType

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



1130
1131
1132
1133
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1130

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

Instance Attribute Details

#hostObject

Returns the value of attribute host.



1127
1128
1129
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1127

def host
  @host
end

#maskObject

Returns the value of attribute mask.



1128
1129
1130
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1128

def mask
  @mask
end