lib/crunchbase/config.rb in crunchbase4-0.1.8 vs lib/crunchbase/config.rb in crunchbase4-0.1.9
- old
+ new
@@ -5,10 +5,10 @@
# Root Crunchbase
module Crunchbase
# Config
class Config
include Singleton
- attr_accessor :user_key, :debug
+ attr_accessor :user_key, :bulk_url, :debug
end
def self.config
yield Config.instance if block_given?