Class: Tina4::QueryCache::CacheEntry
- Inherits:
-
Struct
- Object
- Struct
- Tina4::QueryCache::CacheEntry
- Defined in:
- lib/tina4/sql_translation.rb
Instance Attribute Summary collapse
-
#expires_at ⇒ Object
Returns the value of attribute expires_at.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#expires_at ⇒ Object
Returns the value of attribute expires_at
166 167 168 |
# File 'lib/tina4/sql_translation.rb', line 166 def expires_at @expires_at end |
#tags ⇒ Object
Returns the value of attribute tags
166 167 168 |
# File 'lib/tina4/sql_translation.rb', line 166 def @tags end |
#value ⇒ Object
Returns the value of attribute value
166 167 168 |
# File 'lib/tina4/sql_translation.rb', line 166 def value @value end |