Class: Virtuozzo::SOAP::Types::Relocator::VocabularyType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Relocator::VocabularyType
- Defined in:
- lib/virtuozzo/soap/types/relocator.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.
2298 2299 2300 2301 2302 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2298 def initialize(name = nil, parameter = [], category = []) @name = name @parameter = parameter @category = category end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
2296 2297 2298 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2296 def category @category end |
#name ⇒ Object
Returns the value of attribute name.
2294 2295 2296 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2294 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
2295 2296 2297 |
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2295 def parameter @parameter end |