Class: Virtuozzo::SOAP::Types::Networkm::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, parameter = [], category = []) ⇒ VocabularyType

Returns a new instance of VocabularyType.



1567
1568
1569
1570
1571
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1567

def initialize(name = nil, parameter = [], category = [])
  @name = name
  @parameter = parameter
  @category = category
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1565
1566
1567
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1565

def category
  @category
end

#nameObject

Returns the value of attribute name.



1563
1564
1565
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1563

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1564
1565
1566
# File 'lib/virtuozzo/soap/types/networkm.rb', line 1564

def parameter
  @parameter
end