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



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

def content_type
  @content_type
end

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



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

def io
  @io
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



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

def 
  @metadata
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



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

def mtime
  @mtime
end