Method: UpBankingClient::CashbackObject#hash
- Defined in:
- lib/up_banking/models/cashback_object.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
115 116 117 |
# File 'lib/up_banking/models/cashback_object.rb', line 115 def hash [description, amount].hash end |