Module: Koala
- Defined in:
- lib/koala.rb,
lib/http_services.rb
Defined Under Namespace
Modules: Facebook, NetHTTPService, TyphoeusService
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
306 307 308 |
# File 'lib/koala.rb', line 306 def self.http_service=(service) self.send(:include, service) end |