class BigShift::InsertRowsResponse

Public Instance Methods

on_success() click to toggle source
# File lib/big_shift/responses/insert_rows_response.rb, line 3
def on_success
  if body['insertErrors']
    @success = false
  end
end