Class: BigShift::InsertRowsResponse

Inherits:
Reverb::Response
  • Object
show all
Defined in:
lib/big_shift/responses/insert_rows_response.rb

Instance Method Summary collapse

Instance Method Details

#on_successObject



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