Class: LinuxMount::PathNode

Inherits:
Object
  • Object
show all
Defined in:
lib/fs/modules/LinuxMount.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePathNode

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

#childrenObject

Returns the value of attribute children.



218
219
220
# File 'lib/fs/modules/LinuxMount.rb', line 218

def children
  @children
end

#fsObject

Returns the value of attribute fs.



218
219
220
# File 'lib/fs/modules/LinuxMount.rb', line 218

def fs
  @fs
end