Method: FuseClient::Currency#hash
- Defined in:
- lib/fuse_client/models/currency.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
110 111 112 |
# File 'lib/fuse_client/models/currency.rb', line 110 def hash [code, name].hash end |