Method: Printful::Webhook#hash
- Defined in:
- lib/printful_client/models/webhook.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
127 128 129 |
# File 'lib/printful_client/models/webhook.rb', line 127 def hash [type, created, retries, store].hash end |