lib/braze_ruby/rest/base.rb in braze_ruby-0.4.2 vs lib/braze_ruby/rest/base.rb in braze_ruby-0.5.0
- old
+ new
@@ -1,17 +1,17 @@
# frozen_string_literal: true
-require 'braze_ruby/http'
+require "braze_ruby/http"
module BrazeRuby
module REST
class Base
attr_writer :http
def initialize(api_key, braze_url, options)
- @api_key = api_key
+ @api_key = api_key
@braze_url = braze_url
- @options = options
+ @options = options
end
private
def http