Class: Virtuozzo::SOAP::Types::Scheduler::Add
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Scheduler::Add
- Defined in:
- lib/virtuozzo/soap/types/scheduler.rb
Overview
Instance Attribute Summary collapse
-
#task ⇒ Object
Returns the value of attribute task.
Instance Method Summary collapse
-
#initialize(task = nil) ⇒ Add
constructor
A new instance of Add.
Constructor Details
#initialize(task = nil) ⇒ Add
Returns a new instance of Add.
2095 2096 2097 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2095 def initialize(task = nil) @task = task end |
Instance Attribute Details
#task ⇒ Object
Returns the value of attribute task.
2093 2094 2095 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2093 def task @task end |