Class: Net::HTTP::NotModifiedCache::Entry
- Inherits:
-
Struct
- Object
- Struct
- Net::HTTP::NotModifiedCache::Entry
- Defined in:
- lib/net-http-not_modified_cache.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#last_modified_at ⇒ Object
Returns the value of attribute last_modified_at.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
121 122 123 |
# File 'lib/net-http-not_modified_cache.rb', line 121 def body @body end |
#etag ⇒ Object
Returns the value of attribute etag
121 122 123 |
# File 'lib/net-http-not_modified_cache.rb', line 121 def etag @etag end |
#last_modified_at ⇒ Object
Returns the value of attribute last_modified_at
121 122 123 |
# File 'lib/net-http-not_modified_cache.rb', line 121 def last_modified_at @last_modified_at end |