Class: Workflow

Inherits:
Struct
  • Object
show all
Defined in:
lib/dake/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#src_fileObject

Returns the value of attribute src_file

Returns:

  • (Object)

    the current value of src_file



216
217
218
# File 'lib/dake/parser.rb', line 216

def src_file
  @src_file
end

#tasksObject

Returns the value of attribute tasks

Returns:

  • (Object)

    the current value of tasks



216
217
218
# File 'lib/dake/parser.rb', line 216

def tasks
  @tasks
end