Class: Virtuozzo::SOAP::Types::Authm::VocabularyType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Authm::VocabularyType
- Defined in:
- lib/virtuozzo/soap/types/authm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesvocabularyType
name - SOAP::SOAPString
parameter - Virtuozzo::SOAP::Types::Authm::Voc_parameterType
category - Virtuozzo::SOAP::Types::Authm::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.
1517 1518 1519 1520 1521 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1517 def initialize(name = nil, parameter = [], category = []) @name = name @parameter = parameter @category = category end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
1515 1516 1517 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1515 def category @category end |
#name ⇒ Object
Returns the value of attribute name.
1513 1514 1515 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1513 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1514 1515 1516 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 1514 def parameter @parameter end |