Method: Bandwidth::VerificationWebhook#hash

Defined in:
lib/bandwidth-sdk/models/verification_webhook.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



193
194
195
# File 'lib/bandwidth-sdk/models/verification_webhook.rb', line 193

def hash
  [, phone_number, status, internal_ticket_number].hash
end