Method: UpBankingClient::CategoryResource#hash
- Defined in:
- lib/up_banking/models/category_resource.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
153 154 155 |
# File 'lib/up_banking/models/category_resource.rb', line 153 def hash [type, id, attributes, relationships, links].hash end |