Class: Appboy::REST::Base

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

Instance Attribute Summary collapse

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/appboy/rest/base.rb', line 6

def http=(value)
  @http = value
end