Class: Flatito::FlattenYaml::Item
- Inherits:
-
Struct
- Object
- Struct
- Flatito::FlattenYaml::Item
- Defined in:
- lib/flatito/flatten_yaml.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#line ⇒ Object
Returns the value of attribute line.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
8 9 10 |
# File 'lib/flatito/flatten_yaml.rb', line 8 def key @key end |
#line ⇒ Object
Returns the value of attribute line
8 9 10 |
# File 'lib/flatito/flatten_yaml.rb', line 8 def line @line end |
#value ⇒ Object
Returns the value of attribute value
8 9 10 |
# File 'lib/flatito/flatten_yaml.rb', line 8 def value @value end |