Class: Virtuozzo::SOAP::Types::Scheduler::Update
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Scheduler::Update
- 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) ⇒ Update
constructor
A new instance of Update.
Constructor Details
#initialize(task = nil) ⇒ Update
Returns a new instance of Update.
2145 2146 2147 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2145 def initialize(task = nil) @task = task end |
Instance Attribute Details
#task ⇒ Object
Returns the value of attribute task.
2143 2144 2145 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2143 def task @task end |