Returns a new instance of Base.
5 6 7 8
# File 'lib/bank_exchange_api/response/base.rb', line 5 def initialize(http, root: nil) @http = http @root = root end