Class: Virtuozzo::SOAP::Types::Up2date::VocabularyType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::VocabularyType
- Defined in:
- lib/virtuozzo/soap/types/up2date.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.
2235 2236 2237 2238 2239 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2235 def initialize(name = nil, parameter = [], category = []) @name = name @parameter = parameter @category = category end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
2233 2234 2235 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2233 def category @category end |
#name ⇒ Object
Returns the value of attribute name.
2231 2232 2233 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2231 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
2232 2233 2234 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2232 def parameter @parameter end |