Class: Rubcask::HintEntry
- Inherits:
-
Struct
- Object
- Struct
- Rubcask::HintEntry
- Includes:
- ExpirableEntry
- Defined in:
- lib/rubcask/hint_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_pos ⇒ Object
Returns the value of attribute value_pos.
-
#value_size ⇒ Object
Returns the value of attribute value_size.
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/hint_entry.rb', line 6 def @expire_timestamp end |
#key ⇒ Object
Returns the value of attribute key
6 7 8 |
# File 'lib/rubcask/hint_entry.rb', line 6 def key @key end |
#value_pos ⇒ Object
Returns the value of attribute value_pos
6 7 8 |
# File 'lib/rubcask/hint_entry.rb', line 6 def value_pos @value_pos end |
#value_size ⇒ Object
Returns the value of attribute value_size
6 7 8 |
# File 'lib/rubcask/hint_entry.rb', line 6 def value_size @value_size end |