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
27 28 29 |
# File 'lib/envdoctor/scanner.rb', line 27 def file @file end |
#line ⇒ Object
Returns the value of attribute line
27 28 29 |
# File 'lib/envdoctor/scanner.rb', line 27 def line @line end |