Class: Virtuozzo::SOAP::Types::Envm::VocabularyType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Envm::VocabularyType
- Defined in:
- lib/virtuozzo/soap/types/envm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesvocabularyType
name - SOAP::SOAPString
parameter - Virtuozzo::SOAP::Types::Envm::Voc_parameterType
category - Virtuozzo::SOAP::Types::Envm::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.
1893 1894 1895 1896 1897 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1893 def initialize(name = nil, parameter = [], category = []) @name = name @parameter = parameter @category = category end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
1891 1892 1893 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1891 def category @category end |
#name ⇒ Object
Returns the value of attribute name.
1889 1890 1891 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1889 def name @name end |
#parameter ⇒ Object
Returns the value of attribute parameter.
1890 1891 1892 |
# File 'lib/virtuozzo/soap/types/envm.rb', line 1890 def parameter @parameter end |