Method: PureCloud::ActivityCode#hash
- Defined in:
- lib/purecloudplatformclientv2/models/activity_code.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
165 166 167 |
# File 'lib/purecloudplatformclientv2/models/activity_code.rb', line 165 def hash [name, is_active, is_default, category, length_in_minutes, counts_as_paid_time, counts_as_work_time, is_agent_time_off_selectable].hash end |