Method: PureCloud::CoverSheet#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



129
130
131
# File 'lib/purecloudclient_v2a/models/cover_sheet.rb', line 129

def hash
  [notes, locale].hash
end