Class: DirEntry
- Inherits:
-
Struct
- Object
- Struct
- DirEntry
- Defined in:
- lib/betters3tui.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#last_modified ⇒ Object
Returns the value of attribute last_modified.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
11 12 13 |
# File 'lib/betters3tui.rb', line 11 def key @key end |
#last_modified ⇒ Object
Returns the value of attribute last_modified
11 12 13 |
# File 'lib/betters3tui.rb', line 11 def last_modified @last_modified end |
#size ⇒ Object
Returns the value of attribute size
11 12 13 |
# File 'lib/betters3tui.rb', line 11 def size @size end |