Method: PureCloud::Phone#hash
- Defined in:
- lib/purecloud/models/phone.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
331 332 333 |
# File 'lib/purecloud/models/phone.rb', line 331 def hash [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, site, phone_base_settings, line_base_settings, , lines, status, secondary_status, user_agent_info, properties, capabilities, web_rtc_user, primary_edge, secondary_edge, self_uri].hash end |