Method: Seahorse::Client::Configuration#initialize

Defined in:
lib/seahorse/client/configuration.rb

#initializeConfiguration

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 a new instance of Configuration.



77
78
79
# File 'lib/seahorse/client/configuration.rb', line 77

def initialize
  @defaults = Hash.new { |h,k| h[k] = Defaults.new }
end