Method: UpBankingClient::RoundUpObject#hash
- Defined in:
- lib/up_banking/models/round_up_object.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
110 111 112 |
# File 'lib/up_banking/models/round_up_object.rb', line 110 def hash [amount, boost_portion].hash end |