Class: Envdoctor::Scanner::Origin
- Inherits:
-
Struct
- Object
- Struct
- Envdoctor::Scanner::Origin
- Defined in:
- lib/envdoctor/scanner.rb
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
16 17 18 |
# File 'lib/envdoctor/scanner.rb', line 16 def file @file end |
#line ⇒ Object
Returns the value of attribute line
16 17 18 |
# File 'lib/envdoctor/scanner.rb', line 16 def line @line end |