Class: Graml::FlattenYaml::Item
- Inherits:
-
Struct
- Object
- Struct
- Graml::FlattenYaml::Item
- Defined in:
- lib/graml/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
7 8 9 |
# File 'lib/graml/flatten_yaml.rb', line 7 def key @key end |
#line ⇒ Object
Returns the value of attribute line
7 8 9 |
# File 'lib/graml/flatten_yaml.rb', line 7 def line @line end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/graml/flatten_yaml.rb', line 7 def value @value end |