Module: FileSystem::MockFileSystem::Node
Overview
:nodoc:
Instance Attribute Summary collapse
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#permissions ⇒ Object
Returns the value of attribute permissions.
Instance Attribute Details
#mtime ⇒ Object
Returns the value of attribute mtime.
217 218 219 |
# File 'lib/filesystem.rb', line 217 def mtime @mtime end |
#name ⇒ Object
Returns the value of attribute name.
217 218 219 |
# File 'lib/filesystem.rb', line 217 def name @name end |
#parent ⇒ Object
Returns the value of attribute parent.
217 218 219 |
# File 'lib/filesystem.rb', line 217 def parent @parent end |
#permissions ⇒ Object
Returns the value of attribute permissions.
217 218 219 |
# File 'lib/filesystem.rb', line 217 def @permissions end |