Class: Typhoeus::Request
- Inherits:
-
Object
- Object
- Typhoeus::Request
- Defined in:
- lib/web/ext/typhoeus.rb
Instance Method Summary collapse
-
#cache_timeout ⇒ Object
A dummy cache timeout so that our cache always gets called.
Instance Method Details
#cache_timeout ⇒ Object
A dummy cache timeout so that our cache always gets called
19 20 21 |
# File 'lib/web/ext/typhoeus.rb', line 19 def cache_timeout 1 end |