Class: BFS::Bucket::InMem::Entry
- Inherits:
-
Struct
- Object
- Struct
- BFS::Bucket::InMem::Entry
- Defined in:
- lib/bfs/bucket/in_mem.rb
Instance Attribute Summary collapse
-
#io ⇒ Object
Returns the value of attribute io.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
Instance Attribute Details
#io ⇒ Object
Returns the value of attribute io
8 9 10 |
# File 'lib/bfs/bucket/in_mem.rb', line 8 def io @io end |
#mtime ⇒ Object
Returns the value of attribute mtime
8 9 10 |
# File 'lib/bfs/bucket/in_mem.rb', line 8 def mtime @mtime end |