Class: Ask::Tools::Shell::FileLedger::Entry
- Inherits:
-
Struct
- Object
- Struct
- Ask::Tools::Shell::FileLedger::Entry
- Defined in:
- lib/ask/tools/shell/file_ledger.rb
Instance Attribute Summary collapse
-
#lines_seen ⇒ Object
Returns the value of attribute lines_seen.
-
#mtime ⇒ Object
Returns the value of attribute mtime.
-
#partial ⇒ Object
Returns the value of attribute partial.
-
#path ⇒ Object
Returns the value of attribute path.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#lines_seen ⇒ Object
Returns the value of attribute lines_seen
17 18 19 |
# File 'lib/ask/tools/shell/file_ledger.rb', line 17 def lines_seen @lines_seen end |
#mtime ⇒ Object
Returns the value of attribute mtime
17 18 19 |
# File 'lib/ask/tools/shell/file_ledger.rb', line 17 def mtime @mtime end |
#partial ⇒ Object
Returns the value of attribute partial
17 18 19 |
# File 'lib/ask/tools/shell/file_ledger.rb', line 17 def partial @partial end |
#path ⇒ Object
Returns the value of attribute path
17 18 19 |
# File 'lib/ask/tools/shell/file_ledger.rb', line 17 def path @path end |
#size ⇒ Object
Returns the value of attribute size
17 18 19 |
# File 'lib/ask/tools/shell/file_ledger.rb', line 17 def size @size end |