Class: Virtuozzo::SOAP::Drivers::Template::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



2372
2373
2374
2375
2376
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2372

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



2370
2371
2372
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2370

def category
  @category
end

#nameObject

Returns the value of attribute name.



2368
2369
2370
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2368

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



2369
2370
2371
# File 'lib/virtuozzo/soap/drivers/template/types.rb', line 2369

def parameter
  @parameter
end