Method: Bandwidth::VerificationWebhook#hash
- Defined in:
- lib/bandwidth-sdk/models/verification_webhook.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
193 194 195 |
# File 'lib/bandwidth-sdk/models/verification_webhook.rb', line 193 def hash [account_id, phone_number, status, internal_ticket_number].hash end |