Class: Tina4::QueryCache::CacheEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/tina4/sql_translation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expires_atObject

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



166
167
168
# File 'lib/tina4/sql_translation.rb', line 166

def expires_at
  @expires_at
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



166
167
168
# File 'lib/tina4/sql_translation.rb', line 166

def tags
  @tags
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



166
167
168
# File 'lib/tina4/sql_translation.rb', line 166

def value
  @value
end