Method: Daily::BatchProcessorError#hash

Defined in:
lib/daily-ruby/models/batch_processor_error.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



160
161
162
# File 'lib/daily-ruby/models/batch_processor_error.rb', line 160

def hash
  [version, type, event_ts, payload].hash
end