Class: Virtuozzo::SOAP::Types::Processm::VocabularyType

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



2248
2249
2250
2251
2252
# File 'lib/virtuozzo/soap/types/processm.rb', line 2248

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



2246
2247
2248
# File 'lib/virtuozzo/soap/types/processm.rb', line 2246

def category
  @category
end

#nameObject

Returns the value of attribute name.



2244
2245
2246
# File 'lib/virtuozzo/soap/types/processm.rb', line 2244

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



2245
2246
2247
# File 'lib/virtuozzo/soap/types/processm.rb', line 2245

def parameter
  @parameter
end