Method: Toaster::AutomationRun.get_current
- Defined in:
- lib/toaster/model/automation_run.rb
.get_current ⇒ Object
used in the context of a currently active run
42 43 44 |
# File 'lib/toaster/model/automation_run.rb', line 42 def self.get_current return @@current_run end |