Class: Envdoctor::Scanner::Definition
- Inherits:
-
Struct
- Object
- Struct
- Envdoctor::Scanner::Definition
- Defined in:
- lib/envdoctor/scanner.rb
Overview
A single .env definition occurrence: its line and parsed value.
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line
29 30 31 |
# File 'lib/envdoctor/scanner.rb', line 29 def line @line end |
#value ⇒ Object
Returns the value of attribute value
29 30 31 |
# File 'lib/envdoctor/scanner.rb', line 29 def value @value end |