lib/bing/ads/api/v11/services/base.rb in bing-ads-0.1.6 vs lib/bing/ads/api/v11/services/base.rb in bing-ads-0.1.7

- old
+ new

@@ -12,9 +12,10 @@ # * developer_token - client application's developer access token # * customer_id - identifier for the customer that owns the account # * account_id - identifier of the account that own the entities in the request # * client_settings - Hash with any Client additional options (such as header, logger or enconding) # * retry_attempts - Number of times the service must retry on failure + # * log_level - :debug :warn :error :fatal # (EITHER) # * authentication_token - OAuth2 token # (OR) # * username - Bing Ads username # * password - Bing Ads password