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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of io



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

def io
  @io
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



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

def 
  @metadata
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