Method: PureCloud::EdgeVersionReport#hash

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

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



127
128
129
# File 'lib/purecloudclient_v2a/models/edge_version_report.rb', line 127

def hash
  [oldest_version, newest_version].hash
end