Class: Async::Background::Web::Snapshot::CacheEntry
- Inherits:
-
Data
- Object
- Data
- Async::Background::Web::Snapshot::CacheEntry
- Defined in:
- lib/async/background/web/snapshot.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at
15 16 17 |
# File 'lib/async/background/web/snapshot.rb', line 15 def created_at @created_at end |
#value ⇒ Object (readonly)
Returns the value of attribute value
15 16 17 |
# File 'lib/async/background/web/snapshot.rb', line 15 def value @value end |