Method: MergeATSClient::RemoteKey#hash
- Defined in:
- lib/merge_ats_client/models/remote_key.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
114 115 116 |
# File 'lib/merge_ats_client/models/remote_key.rb', line 114 def hash [name, key].hash end |