Class: BigShift::InsertRowsResponse
- Inherits:
-
Reverb::Response
- Object
- Reverb::Response
- BigShift::InsertRowsResponse
- Defined in:
- lib/big_shift/responses/insert_rows_response.rb
Instance Method Summary collapse
Instance Method Details
#on_success ⇒ Object
3 4 5 6 7 |
# File 'lib/big_shift/responses/insert_rows_response.rb', line 3 def on_success if body['insertErrors'] @success = false end end |