Method: Bitpesa::WebhookLogMetadataRequest#hash
- Defined in:
- lib/bitpesa-sdk/models/webhook_log_metadata_request.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
98 99 100 |
# File 'lib/bitpesa-sdk/models/webhook_log_metadata_request.rb', line 98 def hash [headers, body, url].hash end |