Class: Virtuozzo::SOAP::Types::Envm::VocabularyType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/envm.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#categoryObject

Returns the value of attribute category.



1891
1892
1893
# File 'lib/virtuozzo/soap/types/envm.rb', line 1891

def category
  @category
end

#nameObject

Returns the value of attribute name.



1889
1890
1891
# File 'lib/virtuozzo/soap/types/envm.rb', line 1889

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1890
1891
1892
# File 'lib/virtuozzo/soap/types/envm.rb', line 1890

def parameter
  @parameter
end