Class: Virtuozzo::SOAP::Types::Scheduler::Scheduler_configurationType
- Inherits:
-
ConfigurationType
- Object
- ConfigurationType
- Virtuozzo::SOAP::Types::Scheduler::Scheduler_configurationType
- 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
-
#max_tasks_count ⇒ Object
Returns the value of attribute max_tasks_count.
Instance Method Summary collapse
-
#initialize(max_tasks_count = nil) ⇒ Scheduler_configurationType
constructor
A new instance of Scheduler_configurationType.
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_count ⇒ Object
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 |