Class: TurbotRunner::BaseHandler
- Inherits:
-
Object
- Object
- TurbotRunner::BaseHandler
- Defined in:
- lib/turbot_runner/base_handler.rb
Instance Method Summary collapse
- #handle_invalid_json(line) ⇒ Object
- #handle_invalid_record(record, data_type, line) ⇒ Object
- #handle_run_ended ⇒ Object
- #handle_valid_record(record, data_type) ⇒ Object
Instance Method Details
#handle_invalid_json(line) ⇒ Object
12 13 |
# File 'lib/turbot_runner/base_handler.rb', line 12 def handle_invalid_json(line) end |
#handle_invalid_record(record, data_type, line) ⇒ Object
9 10 |
# File 'lib/turbot_runner/base_handler.rb', line 9 def handle_invalid_record(record, data_type, line) end |
#handle_run_ended ⇒ Object
6 7 |
# File 'lib/turbot_runner/base_handler.rb', line 6 def handle_run_ended end |
#handle_valid_record(record, data_type) ⇒ Object
3 4 |
# File 'lib/turbot_runner/base_handler.rb', line 3 def handle_valid_record(record, data_type) end |