Class: AvoDeploy::Task::TaskDependency

Inherits:
Object
  • Object
show all
Defined in:
lib/avodeploy/task/task_dependency.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dependent_task_nameObject

Returns the value of attribute dependent_task_name.



23
24
25
# File 'lib/avodeploy/task/task_dependency.rb', line 23

def dependent_task_name
  @dependent_task_name
end

#task_nameObject

Returns the value of attribute task_name.



22
23
24
# File 'lib/avodeploy/task/task_dependency.rb', line 22

def task_name
  @task_name
end

#typeObject

Returns the value of attribute type.



24
25
26
# File 'lib/avodeploy/task/task_dependency.rb', line 24

def type
  @type
end