lib/homeflow/api.rb in homeflow_api-0.17.1 vs lib/homeflow/api.rb in homeflow_api-0.17.3

- old
+ new

@@ -59,15 +59,16 @@ yield(config) end # A configuration instance class Configuration - attr_accessor :api_key, :source, :show_debug + attr_accessor :api_key, :source, :show_debug, :logger def initialize @api_key = 'API_KEY_REQUIRED' @source = 'http://localhost:3000' @show_debug = false + @logger = nil end end end end