Method: Daily::BatchProcessorError#hash
- Defined in:
- lib/daily-ruby/models/batch_processor_error.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
160 161 162 |
# File 'lib/daily-ruby/models/batch_processor_error.rb', line 160 def hash [version, type, event_ts, payload].hash end |