Method: FuseClient::Merchant#hash
- Defined in:
- lib/fuse_client/models/merchant.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
124 125 126 |
# File 'lib/fuse_client/models/merchant.rb', line 124 def hash [id, name, logo].hash end |