Class: Virtuozzo::SOAP::Types::Scheduler::Scheduler_configurationType

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

Overview

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

max_tasks_count - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(max_tasks_count = nil) ⇒ Scheduler_configurationType

Returns a new instance of Scheduler_configurationType.



2044
2045
2046
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2044

def initialize(max_tasks_count = nil)
  @max_tasks_count = max_tasks_count
end

Instance Attribute Details

#max_tasks_countObject

Returns the value of attribute max_tasks_count.



2042
2043
2044
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2042

def max_tasks_count
  @max_tasks_count
end