Method: PureCloud::ResponseText#hash

Defined in:
lib/purecloud/models/response_text.rb

#hashObject

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