Module: Koala
- Defined in:
- lib/koala.rb,
lib/koala/rest_api.rb,
lib/koala/graph_api.rb,
lib/koala/http_services.rb,
lib/koala/realtime_updates.rb
Defined Under Namespace
Modules: Facebook, NetHTTPService, TyphoeusService Classes: Response
Class Method Summary collapse
-
.http_service=(service) ⇒ Object
finally, set up the http service Koala methods used to make requests you can use your own (for HTTParty, etc.) by calling Koala.http_service = YourModule.
Class Method Details
.http_service=(service) ⇒ Object
finally, set up the http service Koala methods used to make requests you can use your own (for HTTParty, etc.) by calling Koala.http_service = YourModule
281 282 283 |
# File 'lib/koala.rb', line 281 def self.http_service=(service) self.send(:include, service) end |