Method: Anthropic::Internal::Transport::BaseClient#inspect

Defined in:
lib/anthropic/internal/transport/base_client.rb

#inspectString

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (String)


532
533
534
535
536
# File 'lib/anthropic/internal/transport/base_client.rb', line 532

def inspect
  # rubocop:disable Layout/LineLength
  "#<#{self.class.name}:0x#{object_id.to_s(16)} base_url=#{@base_url} max_retries=#{@max_retries} timeout=#{@timeout}>"
  # rubocop:enable Layout/LineLength
end