Method: Printful::Webhook#hash

Defined in:
lib/printful_client/models/webhook.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



127
128
129
# File 'lib/printful_client/models/webhook.rb', line 127

def hash
  [type, created, retries, store].hash
end