Method: UpBankingClient::CategoryResource#hash

Defined in:
lib/up_banking/models/category_resource.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



153
154
155
# File 'lib/up_banking/models/category_resource.rb', line 153

def hash
  [type, id, attributes, relationships, links].hash
end