Method: PureCloud::ResponseText#hash
- Defined in:
- lib/purecloud/models/response_text.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
88 89 90 |
# File 'lib/purecloud/models/response_text.rb', line 88 def hash [content, content_type].hash end |