Class: Virtuozzo::SOAP::Drivers::Device::ModType

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



1993
1994
1995
1996
1997
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1993

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1989
1990
1991
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1989

def name
  @name
end

#opObject

Returns the value of attribute op.



1991
1992
1993
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1991

def op
  @op
end

#valueObject

Returns the value of attribute value.



1990
1991
1992
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1990

def value
  @value
end