Method: UpBankingClient::CreateWebhookResponseData#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



160
161
162
# File 'lib/up_banking/models/create_webhook_response_data.rb', line 160

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