Class: Restfulie::Client::Cache::Fake
- Inherits:
-
Object
- Object
- Restfulie::Client::Cache::Fake
- Defined in:
- lib/restfulie/client/cache/fake.rb
Instance Method Summary collapse
Instance Method Details
#clear ⇒ Object
12 13 |
# File 'lib/restfulie/client/cache/fake.rb', line 12 def clear end |
#get(url, req) ⇒ Object
9 10 |
# File 'lib/restfulie/client/cache/fake.rb', line 9 def get(url, req) end |
#put(url, req, response) ⇒ Object
5 6 7 |
# File 'lib/restfulie/client/cache/fake.rb', line 5 def put(url, req, response) response end |