Class: Sfn::Loader::CacheRecord
- Inherits:
-
Struct
- Object
- Struct
- Sfn::Loader::CacheRecord
- Defined in:
- lib/satisfaction/loader.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#etag ⇒ Object
Returns the value of attribute etag.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
9 10 11 |
# File 'lib/satisfaction/loader.rb', line 9 def body @body end |
#etag ⇒ Object
Returns the value of attribute etag
9 10 11 |
# File 'lib/satisfaction/loader.rb', line 9 def etag @etag end |
#url ⇒ Object
Returns the value of attribute url
9 10 11 |
# File 'lib/satisfaction/loader.rb', line 9 def url @url end |