Method: FuseClient::Currency#hash

Defined in:
lib/fuse_client/models/currency.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



110
111
112
# File 'lib/fuse_client/models/currency.rb', line 110

def hash
  [code, name].hash
end