Method: LiteLLMClient::KeyListResponseObject#hash

Defined in:
lib/litellm_client/models/key_list_response_object.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



134
135
136
# File 'lib/litellm_client/models/key_list_response_object.rb', line 134

def hash
  [keys, total_count, current_page, total_pages].hash
end