Class: Virtuozzo::SOAP::Types::Processm::VocabularyType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::VocabularyType
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesvocabularyType
name - SOAP::SOAPString
parameter - Virtuozzo::SOAP::Types::Processm::Voc_parameterType
category - Virtuozzo::SOAP::Types::Processm::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.
2248 2249 2250 2251 2252 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2248 def initialize(name = nil, parameter = [], category = []) @name = name @parameter = parameter @category = category end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
2246 2247 2248 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2246 def category @category end |
#name ⇒ Object
Returns the value of attribute name.
2244 2245 2246 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2244 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
2245 2246 2247 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2245 def parameter @parameter end |