Class: Ask::Tools::Shell::FileLedger::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ask/tools/shell/file_ledger.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lines_seenObject

Returns the value of attribute lines_seen

Returns:

  • (Object)

    the current value of lines_seen



17
18
19
# File 'lib/ask/tools/shell/file_ledger.rb', line 17

def lines_seen
  @lines_seen
end

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



17
18
19
# File 'lib/ask/tools/shell/file_ledger.rb', line 17

def mtime
  @mtime
end

#partialObject

Returns the value of attribute partial

Returns:

  • (Object)

    the current value of partial



17
18
19
# File 'lib/ask/tools/shell/file_ledger.rb', line 17

def partial
  @partial
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/ask/tools/shell/file_ledger.rb', line 17

def path
  @path
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



17
18
19
# File 'lib/ask/tools/shell/file_ledger.rb', line 17

def size
  @size
end