Class: BFS::FileInfo
- Inherits:
-
Struct
- Object
- Struct
- BFS::FileInfo
- Defined in:
- lib/bfs.rb
Instance Attribute Summary collapse
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#path ⇒ Object
Returns the value of attribute path.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#mtime ⇒ Object
Returns the value of attribute mtime
4 5 6 |
# File 'lib/bfs.rb', line 4 def mtime @mtime end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/bfs.rb', line 4 def path @path end |
#size ⇒ Object
Returns the value of attribute size
4 5 6 |
# File 'lib/bfs.rb', line 4 def size @size end |