Class: Virtuozzo::SOAP::Types::Envm::ModType

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



1556
1557
1558
1559
1560
# File 'lib/virtuozzo/soap/types/envm.rb', line 1556

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1552
1553
1554
# File 'lib/virtuozzo/soap/types/envm.rb', line 1552

def name
  @name
end

#opObject

Returns the value of attribute op.



1554
1555
1556
# File 'lib/virtuozzo/soap/types/envm.rb', line 1554

def op
  @op
end

#valueObject

Returns the value of attribute value.



1553
1554
1555
# File 'lib/virtuozzo/soap/types/envm.rb', line 1553

def value
  @value
end