Method: Freeclimb::MakeCallRequest#hash

Defined in:
lib/freeclimb/models/make_call_request.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



196
197
198
# File 'lib/freeclimb/models/make_call_request.rb', line 196

def hash
  [from, to, application_id, send_digits, if_machine, if_machine_url, timeout, parent_call_id, privacy_mode, call_connect_url].hash
end