Method: MoneyKit::AppClientResponse#hash

Defined in:
lib/moneykit/models/app_client_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



165
166
167
# File 'lib/moneykit/models/app_client_response.rb', line 165

def hash
  [client_id, client_name, scope, app, disabled_at].hash
end