Class: Rubcask::DataEntry
- Inherits:
-
Struct
- Object
- Struct
- Rubcask::DataEntry
- Includes:
- ExpirableEntry
- Defined in:
- lib/rubcask/data_entry.rb
Instance Attribute Summary collapse
-
#expire_timestamp ⇒ Object
Returns the value of attribute expire_timestamp.
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods included from ExpirableEntry
Instance Attribute Details
#expire_timestamp ⇒ Object
Returns the value of attribute expire_timestamp
6 7 8 |
# File 'lib/rubcask/data_entry.rb', line 6 def @expire_timestamp end |
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/rubcask/data_entry.rb', line 6 def key @key end |
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/rubcask/data_entry.rb', line 6 def value @value end |