Class: Virtuozzo::SOAP::Types::Servicem::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



1482
1483
1484
1485
1486
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1482

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1480
1481
1482
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1480

def category
  @category
end

#nameObject

Returns the value of attribute name.



1478
1479
1480
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1478

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1479
1480
1481
# File 'lib/virtuozzo/soap/types/servicem.rb', line 1479

def parameter
  @parameter
end