Class: Virtuozzo::SOAP::Types::Packagem::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



2379
2380
2381
2382
2383
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2379

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



2377
2378
2379
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2377

def category
  @category
end

#nameObject

Returns the value of attribute name.



2375
2376
2377
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2375

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



2376
2377
2378
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2376

def parameter
  @parameter
end