Class: Virtuozzo::SOAP::Types::ResLog::VocabularyType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::VocabularyType
- Defined in:
- lib/virtuozzo/soap/types/res_log.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesvocabularyType
name - SOAP::SOAPString
parameter - Virtuozzo::SOAP::Types::ResLog::Voc_parameterType
category - Virtuozzo::SOAP::Types::ResLog::Voc_parameterType
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parameter ⇒ Object
Returns the value of attribute parameter.
Instance Method Summary collapse
-
#initialize(name = nil, parameter = [], category = []) ⇒ VocabularyType
constructor
A new instance of VocabularyType.
Constructor Details
#initialize(name = nil, parameter = [], category = []) ⇒ VocabularyType
Returns a new instance of VocabularyType.
1459 1460 1461 1462 1463 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1459 def initialize(name = nil, parameter = [], category = []) @name = name @parameter = parameter @category = category end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
1457 1458 1459 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1457 def category @category end |
#name ⇒ Object
Returns the value of attribute name.
1455 1456 1457 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1455 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1456 1457 1458 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1456 def parameter @parameter end |