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

#content_typeObject

Returns the value of attribute content_type



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

def content_type
  @content_type
end

#ioObject

Returns the value of attribute io



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

def io
  @io
end

#metadataObject

Returns the value of attribute metadata



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

def 
  
end

#mtimeObject

Returns the value of attribute mtime



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

def mtime
  @mtime
end