Class: Flatito::YAMLWithLineNumber::ValueWithLineNumbers
- Inherits:
-
Struct
- Object
- Struct
- Flatito::YAMLWithLineNumber::ValueWithLineNumbers
- Defined in:
- lib/flatito/yaml_with_line_number.rb
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
9 10 11 |
# File 'lib/flatito/yaml_with_line_number.rb', line 9 def line @line end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/flatito/yaml_with_line_number.rb', line 9 def value @value end |