Class: Graml::FlattenYaml::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/graml/flatten_yaml.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key



7
8
9
# File 'lib/graml/flatten_yaml.rb', line 7

def key
  @key
end

#lineObject

Returns the value of attribute line



7
8
9
# File 'lib/graml/flatten_yaml.rb', line 7

def line
  @line
end

#valueObject

Returns the value of attribute value



7
8
9
# File 'lib/graml/flatten_yaml.rb', line 7

def value
  @value
end