Class: TableSync::UpsertError
Instance Method Summary collapse
-
#initialize(data:, target_keys:, result:) ⇒ UpsertError
constructor
A new instance of UpsertError.
Constructor Details
#initialize(data:, target_keys:, result:) ⇒ UpsertError
Returns a new instance of UpsertError.
37 38 39 |
# File 'lib/table_sync/errors.rb', line 37 def initialize(data:, target_keys:, result:) super("data: #{data.inspect}, target_keys: #{target_keys.inspect}, result: #{result.inspect}") end |