Method: Bandwidth::GatherCallback#hash
- Defined in:
- lib/bandwidth-sdk/models/gather_callback.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
298 299 300 |
# File 'lib/bandwidth-sdk/models/gather_callback.rb', line 298 def hash [event_type, event_time, account_id, application_id, from, to, direction, call_id, digits, call_url, enqueued_time, start_time, answer_time, parent_call_id, terminating_digit, transfer_caller_id, transfer_to, tag].hash end |