Class: LsFile
- Inherits:
-
Struct
- Object
- Struct
- LsFile
- Defined in:
- lib/lsfile.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
1 2 3 |
# File 'lib/lsfile.rb', line 1 def name @name end |
#size ⇒ Object
Returns the value of attribute size
1 2 3 |
# File 'lib/lsfile.rb', line 1 def size @size end |