Method: Composio::APIKeyResDTO#hash

Defined in:
lib/composio/models/api_key_res_dto.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



255
256
257
# File 'lib/composio/models/api_key_res_dto.rb', line 255

def hash
  [id, name, created_at, updated_at, key, is_hidden, last_used, member].hash
end