Class: Virtuozzo::SOAP::Types::Packagem::VocabularyType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::VocabularyType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesvocabularyType
name - SOAP::SOAPString
parameter - Virtuozzo::SOAP::Types::Packagem::Voc_parameterType
category - Virtuozzo::SOAP::Types::Packagem::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.
2379 2380 2381 2382 2383 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2379 def initialize(name = nil, parameter = [], category = []) @name = name @parameter = parameter @category = category end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
2377 2378 2379 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2377 def category @category end |
#name ⇒ Object
Returns the value of attribute name.
2375 2376 2377 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2375 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
2376 2377 2378 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2376 def parameter @parameter end |