Class: Virtuozzo::SOAP::Types::Relocator::VocabularyType

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



2298
2299
2300
2301
2302
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2298

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



2296
2297
2298
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2296

def category
  @category
end

#nameObject

Returns the value of attribute name.



2294
2295
2296
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2294

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



2295
2296
2297
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2295

def parameter
  @parameter
end