Class: Virtuozzo::SOAP::Types::Support::VocabularyType

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



2257
2258
2259
2260
2261
# File 'lib/virtuozzo/soap/types/support.rb', line 2257

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



2255
2256
2257
# File 'lib/virtuozzo/soap/types/support.rb', line 2255

def category
  @category
end

#nameObject

Returns the value of attribute name.



2253
2254
2255
# File 'lib/virtuozzo/soap/types/support.rb', line 2253

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



2254
2255
2256
# File 'lib/virtuozzo/soap/types/support.rb', line 2254

def parameter
  @parameter
end