Class: Virtuozzo::SOAP::Types::EnvSamplem::VocabularyType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::EnvSamplem::VocabularyType
- Defined in:
- lib/virtuozzo/soap/types/env_samplem.rb
Overview
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.
1410 1411 1412 1413 1414 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1410 def initialize(name = nil, parameter = [], category = []) @name = name @parameter = parameter @category = category end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
1408 1409 1410 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1408 def category @category end |
#name ⇒ Object
Returns the value of attribute name.
1406 1407 1408 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1406 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1407 1408 1409 |
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1407 def parameter @parameter end |