# File lib/gitlab/api.rb, line 11 def initialize(options={}) options = Gitlab.options.merge(options) (Configuration::VALID_OPTIONS_KEYS + [:auth_token]).each do |key| send("#{key}=", options[key]) if options[key] end set_request_defaults(@sudo) end