Class: BrazeRuby::REST::Base
- Inherits:
-
Object
- Object
- BrazeRuby::REST::Base
- Defined in:
- lib/braze_ruby/rest/base.rb
Direct Known Subclasses
DeleteUsers, EmailHardBounces, EmailStatus, EmailUnsubscribes, ExportUsers, ListSegments, ScheduleMessages, SendMessages, TrackUsers
Instance Attribute Summary collapse
-
#http ⇒ Object
writeonly
Sets the attribute http.
Instance Method Summary collapse
-
#initialize(braze_url) ⇒ Base
constructor
A new instance of Base.
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
6 7 8 |
# File 'lib/braze_ruby/rest/base.rb', line 6 def http=(value) @http = value end |