Class: Virtuozzo::SOAP::Types::OpLog::ModType

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



1136
1137
1138
1139
1140
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1136

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1132
1133
1134
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1132

def name
  @name
end

#opObject

Returns the value of attribute op.



1134
1135
1136
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1134

def op
  @op
end

#valueObject

Returns the value of attribute value.



1133
1134
1135
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1133

def value
  @value
end