Class: ViewDelegates::Cache::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- ViewDelegates::Cache::CacheEntry
- Defined in:
- lib/view_delegates/poros/cache.rb
Overview
Internal struct to save all the values
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
5 6 7 |
# File 'lib/view_delegates/poros/cache.rb', line 5 def key @key end |
#value ⇒ Object
Returns the value of attribute value
5 6 7 |
# File 'lib/view_delegates/poros/cache.rb', line 5 def value @value end |