Method: MergeATSClient::RemoteKey#hash

Defined in:
lib/merge_ats_client/models/remote_key.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



114
115
116
# File 'lib/merge_ats_client/models/remote_key.rb', line 114

def hash
  [name, key].hash
end