Class: Workflow
- Inherits:
-
Struct
- Object
- Struct
- Workflow
- Defined in:
- lib/dake/parser.rb
Instance Attribute Summary collapse
-
#src_file ⇒ Object
Returns the value of attribute src_file.
-
#tasks ⇒ Object
Returns the value of attribute tasks.
Instance Attribute Details
#src_file ⇒ Object
Returns the value of attribute src_file
216 217 218 |
# File 'lib/dake/parser.rb', line 216 def src_file @src_file end |
#tasks ⇒ Object
Returns the value of attribute tasks
216 217 218 |
# File 'lib/dake/parser.rb', line 216 def tasks @tasks end |