Class: Emites::Resources::Base
- Inherits:
-
Object
- Object
- Emites::Resources::Base
- Extended by:
- Hooks
- Includes:
- Wisper::Publisher
- Defined in:
- lib/emites/resources/base.rb
Instance Attribute Summary collapse
-
#http ⇒ Object
Returns the value of attribute http.
Instance Method Summary collapse
-
#initialize(http) ⇒ Base
constructor
A new instance of Base.
Methods included from Hooks
Constructor Details
#initialize(http) ⇒ Base
Returns a new instance of Base.
11 12 13 |
# File 'lib/emites/resources/base.rb', line 11 def initialize(http) @http = http end |
Instance Attribute Details
#http ⇒ Object
Returns the value of attribute http.
9 10 11 |
# File 'lib/emites/resources/base.rb', line 9 def http @http end |