Class: LinuxMount::PathNode
- Inherits:
-
Object
- Object
- LinuxMount::PathNode
- Defined in:
- lib/fs/modules/LinuxMount.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#fs ⇒ Object
Returns the value of attribute fs.
Instance Method Summary collapse
-
#initialize ⇒ PathNode
constructor
A new instance of PathNode.
Constructor Details
#initialize ⇒ PathNode
Returns a new instance of PathNode.
220 221 222 223 |
# File 'lib/fs/modules/LinuxMount.rb', line 220 def initialize @children = {} @fs = nil end |
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children.
218 219 220 |
# File 'lib/fs/modules/LinuxMount.rb', line 218 def children @children end |
#fs ⇒ Object
Returns the value of attribute fs.
218 219 220 |
# File 'lib/fs/modules/LinuxMount.rb', line 218 def fs @fs end |