Class: Virtuozzo::SOAP::Types::Networkm::ModType

Inherits:
Named_listType show all
Defined in:
lib/virtuozzo/soap/types/networkm.rb

Overview

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

name - SOAP::SOAPString
value - SOAP::SOAPBase64
op - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = [], op = nil) ⇒ ModType

Returns a new instance of ModType.



1209
1210
1211
1212
1213
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1209

def initialize(name = nil, value = [], op = nil)
  @name = name
  @value = value
  @op = op
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1205
1206
1207
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1205

def name
  @name
end

#opObject

Returns the value of attribute op.



1207
1208
1209
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1207

def op
  @op
end

#valueObject

Returns the value of attribute value.



1206
1207
1208
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1206

def value
  @value
end