Class: Edoxen::LinkChecker::IndexEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/edoxen/link_checker.rb

Overview

Internal: file + line pair carried by the URN indexes.

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



36
37
38
# File 'lib/edoxen/link_checker.rb', line 36

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



36
37
38
# File 'lib/edoxen/link_checker.rb', line 36

def line
  @line
end