Class: Virtuozzo::SOAP::Types::Relocator::ModType

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



1961
1962
1963
1964
1965
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1961

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1957
1958
1959
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1957

def name
  @name
end

#opObject

Returns the value of attribute op.



1959
1960
1961
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1959

def op
  @op
end

#valueObject

Returns the value of attribute value.



1958
1959
1960
# File 'lib/virtuozzo/soap/types/relocator.rb', line 1958

def value
  @value
end