Method: PureCloud::WrapupCode#hash
- Defined in:
- lib/purecloud/models/wrapup_code.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
130 131 132 |
# File 'lib/purecloud/models/wrapup_code.rb', line 130 def hash [id, name, date_created, date_modified, modified_by, created_by, self_uri].hash end |