Class: Virtuozzo::SOAP::Drivers::Process::ModType

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



1909
1910
1911
1912
1913
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1909

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1905
1906
1907
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1905

def name
  @name
end

#opObject

Returns the value of attribute op.



1907
1908
1909
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1907

def op
  @op
end

#valueObject

Returns the value of attribute value.



1906
1907
1908
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 1906

def value
  @value
end