Class: BrazeRuby::REST::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/braze_ruby/rest/base.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(api_key, braze_url, options) ⇒ Base

Returns a new instance of Base.



10
11
12
13
14
# File 'lib/braze_ruby/rest/base.rb', line 10

def initialize(api_key, braze_url, options)
  @api_key = api_key
  @braze_url = braze_url
  @options = options
end

Instance Attribute Details

#http=(value) ⇒ Object

Sets the attribute http

Parameters:

  • value

    the value to set the attribute http to.



8
9
10
# File 'lib/braze_ruby/rest/base.rb', line 8

def http=(value)
  @http = value
end