Class: Heroku::Conn::Cache::CachePair
- Inherits:
-
Struct
- Object
- Struct
- Heroku::Conn::Cache::CachePair
- Defined in:
- lib/heroku/conn/cache.rb
Instance Attribute Summary collapse
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#etag ⇒ Object
Returns the value of attribute etag
4 5 6 |
# File 'lib/heroku/conn/cache.rb', line 4 def etag @etag end |
#response ⇒ Object
Returns the value of attribute response
4 5 6 |
# File 'lib/heroku/conn/cache.rb', line 4 def response @response end |