Constructor.
42 43 44 45 46 47
# File 'lib/sibit/blockchair.rb', line 42 def initialize(key: nil, log: Sibit::Log.new, http: Sibit::Http.new, dry: false) @key = key @http = http @log = log @dry = dry end