Class: Datafusion::DebugExecutor
- Inherits:
-
Object
- Object
- Datafusion::DebugExecutor
- Defined in:
- lib/datafusion/debug_executor.rb
Instance Method Summary collapse
- #exec(schedule) ⇒ Object
-
#initialize(conn) ⇒ DebugExecutor
constructor
A new instance of DebugExecutor.
Constructor Details
#initialize(conn) ⇒ DebugExecutor
Returns a new instance of DebugExecutor.
3 4 |
# File 'lib/datafusion/debug_executor.rb', line 3 def initialize(conn) end |
Instance Method Details
#exec(schedule) ⇒ Object
5 6 7 |
# File 'lib/datafusion/debug_executor.rb', line 5 def exec(schedule) puts "EXECUTE: #{schedule}" end |