| Class | FuseFS::PathMapperFS::MNode |
| In: |
lib/fusefs/pathmapper.rb
|
| Parent: | Object |
Represents a mapped file or directory
| files | [R] | @return [Hash<String,MNode>] list of files in a directory, nil for file nodes |
| options | [R] | @return [Hash] metadata for this node |
| parent | [R] | Useful when mapping a file to store attributes against the parent directory @return [MNode] parent directory |
| real_path | [R] | @return [String] path to backing file, or nil for directory nodes |
Compatibility and convenience method @param [:pm_real_path,String,Symbol] key @return [String] {real_path} if key == :pm_real_path @return [MNode] the node representing the file named key @return [Object] shortcut for {options}[key]