class Seahorse::Client::Configuration

def initialize

Other tags:
    Api: - private
def initialize
  @defaults = Hash.new { |h,k| h[k] = Defaults.new }
end