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
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#io ⇒ Object
Returns the value of attribute io.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
Instance Attribute Details
#content_type ⇒ Object
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 |
#io ⇒ Object
Returns the value of attribute io
8 9 10 |
# File 'lib/bfs/bucket/in_mem.rb', line 8 def io @io end |
#metadata ⇒ Object
Returns the value of attribute metadata
8 9 10 |
# File 'lib/bfs/bucket/in_mem.rb', line 8 def @metadata 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 |