Class: Virtuozzo::SOAP::Drivers::Process::VocabularyType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesvocabularyType

name - SOAP::SOAPString
parameter - Virtuozzo::SOAP::Drivers::Process::Voc_parameterType
category - Virtuozzo::SOAP::Drivers::Process::Voc_parameterType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



2246
2247
2248
2249
2250
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2246

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



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

def category
  @category
end

#nameObject

Returns the value of attribute name.



2242
2243
2244
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2242

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



2243
2244
2245
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2243

def parameter
  @parameter
end