Method: PureCloud::Section#hash
- Defined in:
- lib/purecloud/models/section.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
98 99 100 |
# File 'lib/purecloud/models/section.rb', line 98 def hash [field_list, instruction_text, key, state].hash end |