Class: Restful::Backends::Net::HTTP
- Inherits:
-
Object
- Object
- Restful::Backends::Net::HTTP
- Defined in:
- lib/dm-restful-adapter/backends/net_http.rb
Class Method Summary collapse
Class Method Details
.call(method, path, params = {}) ⇒ Object
7 8 9 |
# File 'lib/dm-restful-adapter/backends/net_http.rb', line 7 def self.call(method, path, params={}) raise 'Use typhoeus or write this your damn yourself!' end |