Method: ForemanDeployments::TaskReference#initialize

Defined in:
app/lib/foreman_deployments/task_reference.rb

#initialize(task_id, output_key, task = nil) ⇒ TaskReference



5
6
7
8
9
# File 'app/lib/foreman_deployments/task_reference.rb', line 5

def initialize(task_id, output_key, task = nil)
  @task_id = task_id
  @output_key = output_key
  @task = task
end