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

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



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

def line
  @line
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end