Class: Virtuozzo::SOAP::Types::ResLog::ModType
- Inherits:
-
Named_listType
- Object
- Named_listType
- Virtuozzo::SOAP::Types::ResLog::ModType
- Defined in:
- lib/virtuozzo/soap/types/res_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
-
#name ⇒ Object
Returns the value of attribute name.
-
#op ⇒ Object
Returns the value of attribute op.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(name = nil, value = [], op = nil) ⇒ ModType
constructor
A new instance of ModType.
Constructor Details
#initialize(name = nil, value = [], op = nil) ⇒ ModType
Returns a new instance of ModType.
1184 1185 1186 1187 1188 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1184 def initialize(name = nil, value = [], op = nil) @name = name @value = value @op = op end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
1180 1181 1182 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1180 def name @name end |
#op ⇒ Object
Returns the value of attribute op.
1182 1183 1184 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1182 def op @op end |
#value ⇒ Object
Returns the value of attribute value.
1181 1182 1183 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1181 def value @value end |