Class: Philiprehberger::TomlKit::Diff::Change

Inherits:
Struct
  • Object
show all
Defined in:
lib/philiprehberger/toml_kit/diff.rb

Overview

A single change entry.

Instance Attribute Summary collapse

Instance Attribute Details

#left_valueObject

Returns the value of attribute left_value

Returns:

  • (Object)

    the current value of left_value



13
14
15
# File 'lib/philiprehberger/toml_kit/diff.rb', line 13

def left_value
  @left_value
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



13
14
15
# File 'lib/philiprehberger/toml_kit/diff.rb', line 13

def path
  @path
end

#right_valueObject

Returns the value of attribute right_value

Returns:

  • (Object)

    the current value of right_value



13
14
15
# File 'lib/philiprehberger/toml_kit/diff.rb', line 13

def right_value
  @right_value
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



13
14
15
# File 'lib/philiprehberger/toml_kit/diff.rb', line 13

def type
  @type
end