Class: Libis::Workflow::Job
- Inherits:
-
Object
- Object
- Libis::Workflow::Job
- Includes:
- Base::Job
- Defined in:
- lib/libis/workflow/job.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#input ⇒ Object
Returns the value of attribute input.
-
#name ⇒ Object
Returns the value of attribute name.
-
#run_object ⇒ Object
Returns the value of attribute run_object.
-
#workflow ⇒ Object
Returns the value of attribute workflow.
Instance Method Summary collapse
-
#initialize ⇒ Job
constructor
A new instance of Job.
- #logger ⇒ Object
Methods included from Base::Job
#configure, #execute, #run_name
Constructor Details
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
13 14 15 |
# File 'lib/libis/workflow/job.rb', line 13 def description @description end |
#input ⇒ Object
Returns the value of attribute input.
13 14 15 |
# File 'lib/libis/workflow/job.rb', line 13 def input @input end |
#name ⇒ Object
Returns the value of attribute name.
13 14 15 |
# File 'lib/libis/workflow/job.rb', line 13 def name @name end |
#run_object ⇒ Object
Returns the value of attribute run_object.
13 14 15 |
# File 'lib/libis/workflow/job.rb', line 13 def run_object @run_object end |
#workflow ⇒ Object
Returns the value of attribute workflow.
13 14 15 |
# File 'lib/libis/workflow/job.rb', line 13 def workflow @workflow end |
Instance Method Details
#logger ⇒ Object
23 24 25 |
# File 'lib/libis/workflow/job.rb', line 23 def logger Config.logger end |