Method: PureCloud::PhoneBase#hash
- Defined in:
- lib/purecloud/models/phone_base.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
236 237 238 |
# File 'lib/purecloud/models/phone_base.rb', line 236 def hash [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, , lines, properties, capabilities, self_uri].hash end |