Method: PureCloud::DownloadResponse#hash

Defined in:
lib/purecloudclient_v2a/models/download_response.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



154
155
156
# File 'lib/purecloudclient_v2a/models/download_response.rb', line 154

def hash
  [content_location_uri, image_uri, thumbnails].hash
end