Class: Virtuozzo::SOAP::Types::Scheduler::VocabularyType

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

Overview

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

name - SOAP::SOAPString
parameter - Virtuozzo::SOAP::Types::Scheduler::Voc_parameterType
category - Virtuozzo::SOAP::Types::Scheduler::Voc_parameterType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of VocabularyType.



1561
1562
1563
1564
1565
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1561

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

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



1559
1560
1561
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1559

def category
  @category
end

#nameObject

Returns the value of attribute name.



1557
1558
1559
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1557

def name
  @name
end

#parameterObject

Returns the value of attribute parameter.



1558
1559
1560
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1558

def parameter
  @parameter
end