Class: Edoxen::LinkChecker::IndexEntry
- Inherits:
-
Struct
- Object
- Struct
- Edoxen::LinkChecker::IndexEntry
- Defined in:
- lib/edoxen/link_checker.rb
Overview
Internal: file + line pair carried by the URN indexes.
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
36 37 38 |
# File 'lib/edoxen/link_checker.rb', line 36 def file @file end |
#line ⇒ Object
Returns the value of attribute line
36 37 38 |
# File 'lib/edoxen/link_checker.rb', line 36 def line @line end |