Method: FuseClient::TransactionCategory#hash

Defined in:
lib/fuse_client/models/transaction_category.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



135
136
137
# File 'lib/fuse_client/models/transaction_category.rb', line 135

def hash
  [primary, detailed].hash
end