Class: Virtuozzo::SOAP::Types::Alertm::VocabularyType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Alertm::VocabularyType
- Defined in:
- lib/virtuozzo/soap/types/alertm.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.
1473 1474 1475 1476 1477 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1473 def initialize(name = nil, parameter = [], category = []) @name = name @parameter = parameter @category = category end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
1471 1472 1473 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1471 def category @category end |
#name ⇒ Object
Returns the value of attribute name.
1469 1470 1471 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1469 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1470 1471 1472 |
# File 'lib/virtuozzo/soap/types/alertm.rb', line 1470 def parameter @parameter end |