Method: FuseClient::Merchant#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



124
125
126
# File 'lib/fuse_client/models/merchant.rb', line 124

def hash
  [id, name, ].hash
end