Method: PureCloud::Callback#hash
- Defined in:
- lib/purecloud/models/callback.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
278 279 280 |
# File 'lib/purecloud/models/callback.rb', line 278 def hash [state, id, segments, direction, held, disconnect_type, start_hold_time, dialer_preview, callback_numbers, callback_user_name, script_id, skip_enabled, timeout_seconds, connected_time, disconnected_time, callback_scheduled_time, provider].hash end |