Class: Cache::CACHE_OBJECT
- Inherits:
-
Struct
- Object
- Struct
- Cache::CACHE_OBJECT
- Defined in:
- lib/cache.rb
Instance Attribute Summary collapse
-
#atime ⇒ Object
Returns the value of attribute atime.
-
#content ⇒ Object
Returns the value of attribute content.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#atime ⇒ Object
Returns the value of attribute atime
10 11 12 |
# File 'lib/cache.rb', line 10 def atime @atime end |
#content ⇒ Object
Returns the value of attribute content
10 11 12 |
# File 'lib/cache.rb', line 10 def content @content end |
#size ⇒ Object
Returns the value of attribute size
10 11 12 |
# File 'lib/cache.rb', line 10 def size @size end |