Class: Rubcask::KeydirEntry
- Inherits:
-
Struct
- Object
- Struct
- Rubcask::KeydirEntry
- Includes:
- ExpirableEntry
- Defined in:
- lib/rubcask/keydir_entry.rb
Instance Attribute Summary collapse
-
#expire_timestamp ⇒ Object
Returns the value of attribute expire_timestamp.
-
#file_id ⇒ Object
Returns the value of attribute file_id.
-
#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/keydir_entry.rb', line 6 def @expire_timestamp end |
#file_id ⇒ Object
Returns the value of attribute file_id
6 7 8 |
# File 'lib/rubcask/keydir_entry.rb', line 6 def file_id @file_id end |
#value_pos ⇒ Object
Returns the value of attribute value_pos
6 7 8 |
# File 'lib/rubcask/keydir_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/keydir_entry.rb', line 6 def value_size @value_size end |