Class: Virtuozzo::SOAP::Types::Scheduler::Add

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#taskObject

Returns the value of attribute task.



2093
2094
2095
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2093

def task
  @task
end