Method: OFlow::Task#log
- Defined in:
- lib/oflow/task.rb
#log ⇒ Task
Returns a log Task by looking for that Task as an attribute and then in the parent Flow.
149 150 151 152 |
# File 'lib/oflow/task.rb', line 149 def log() return @log unless @log.nil? @flow.log() end |