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(braze_url) ⇒ Base

Returns a new instance of Base.



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

def initialize(braze_url)
  @braze_url = braze_url
end

Instance Attribute Details

#http=(value) ⇒ Object

Sets the attribute http

Parameters:

  • value —

    the value to set the attribute http to.



6
7
8
# File 'lib/braze_ruby/rest/base.rb', line 6

def http=(value)
  @http = value
end