Class: BFS::Bucket::InMem::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/bfs/bucket/in_mem.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



8
9
10
# File 'lib/bfs/bucket/in_mem.rb', line 8

def io
  @io
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



8
9
10
# File 'lib/bfs/bucket/in_mem.rb', line 8

def mtime
  @mtime
end