Method: Bitpesa::Webhook#hash
- Defined in:
- lib/bitpesa-sdk/models/webhook.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
112 113 114 |
# File 'lib/bitpesa-sdk/models/webhook.rb', line 112 def hash [webhook, event, object].hash end |