Class: Virtuozzo::SOAP::Drivers::Up2date::VocabularyType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/up2date/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.



2233
2234
2235
2236
2237
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2233

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



2231
2232
2233
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2231

def category
  @category
end

#nameObject

Returns the value of attribute name.



2229
2230
2231
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2229

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



2230
2231
2232
# File 'lib/virtuozzo/soap/drivers/up2date/types.rb', line 2230

def parameter
  @parameter
end