Method: PureCloud::Extension#hash
- Defined in:
- lib/purecloud/models/extension.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
240 241 242 |
# File 'lib/purecloud/models/extension.rb', line 240 def hash [id, name, description, version, date_created, date_modified, modified_by, created_by, state, modified_by_app, created_by_app, number, owner, extension_pool, owner_type, self_uri].hash end |