Class: Virtuozzo::SOAP::Drivers::Template::ModType

Inherits:
Named_listType show all
Defined in:
lib/virtuozzo/soap/drivers/template/types.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.



2035
2036
2037
2038
2039
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2035

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



2031
2032
2033
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2031

def name
  @name
end

#opObject

Returns the value of attribute op.



2033
2034
2035
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2033

def op
  @op
end

#valueObject

Returns the value of attribute value.



2032
2033
2034
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2032

def value
  @value
end