Class: Appboy::REST::Base
- Inherits:
-
Object
- Object
- Appboy::REST::Base
- Defined in:
- lib/appboy/rest/base.rb
Direct Known Subclasses
EmailStatus, ExportUsers, ListSegments, ScheduleMessages, SendMessages, TrackUsers
Instance Attribute Summary collapse
-
#http ⇒ Object
writeonly
Sets the attribute http.
Instance Attribute Details
#http=(value) ⇒ Object
Sets the attribute http
6 7 8 |
# File 'lib/appboy/rest/base.rb', line 6 def http=(value) @http = value end |