Class: Flatito::FlattenYaml::Item

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key



5
6
7
# File 'lib/flatito/flatten_yaml.rb', line 5

def key
  @key
end

#lineObject

Returns the value of attribute line



5
6
7
# File 'lib/flatito/flatten_yaml.rb', line 5

def line
  @line
end

#valueObject

Returns the value of attribute value



5
6
7
# File 'lib/flatito/flatten_yaml.rb', line 5

def value
  @value
end