Class: Virtuozzo::SOAP::Types::Devm::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



2331
2332
2333
2334
2335
# File 'lib/virtuozzo/soap/types/devm.rb', line 2331

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



2329
2330
2331
# File 'lib/virtuozzo/soap/types/devm.rb', line 2329

def category
  @category
end

#nameObject

Returns the value of attribute name.



2327
2328
2329
# File 'lib/virtuozzo/soap/types/devm.rb', line 2327

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



2328
2329
2330
# File 'lib/virtuozzo/soap/types/devm.rb', line 2328

def parameter
  @parameter
end