Class: Virtuozzo::SOAP::Types::Up2date::VocabularyType

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



2235
2236
2237
2238
2239
# File 'lib/virtuozzo/soap/types/up2date.rb', line 2235

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



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

def category
  @category
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



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

def parameter
  @parameter
end