Class: Turbot::Handlers::DumpHandler

Inherits:
BaseHandler
  • Object
show all
Defined in:
lib/turbot/handlers/dump_handler.rb

Instance Method Summary collapse

Instance Method Details

#handle_valid_record(record, data_type) ⇒ Object

Implements TurbotRunner::BaseHandler#handle_valid_record.



5
6
7
# File 'lib/turbot/handlers/dump_handler.rb', line 5

def handle_valid_record(record, data_type)
  puts record.to_json
end