Method: PureCloud::AnswerOption#hash
- Defined in:
- lib/purecloud/models/answer_option.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
86 87 88 |
# File 'lib/purecloud/models/answer_option.rb', line 86 def hash [id, text, value].hash end |