Class: Virtuozzo::SOAP::Types::ProcessInfo::VocabularyType

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

Overview

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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



1409
1410
1411
1412
1413
# File 'lib/virtuozzo/soap/types/process_info.rb', line 1409

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1407
1408
1409
# File 'lib/virtuozzo/soap/types/process_info.rb', line 1407

def category
  @category
end

#nameObject

Returns the value of attribute name.



1405
1406
1407
# File 'lib/virtuozzo/soap/types/process_info.rb', line 1405

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1406
1407
1408
# File 'lib/virtuozzo/soap/types/process_info.rb', line 1406

def parameter
  @parameter
end