Class: Philiprehberger::TomlKit::Diff::Change
- Inherits:
-
Struct
- Object
- Struct
- Philiprehberger::TomlKit::Diff::Change
- Defined in:
- lib/philiprehberger/toml_kit/diff.rb
Overview
A single change entry.
Instance Attribute Summary collapse
-
#left_value ⇒ Object
Returns the value of attribute left_value.
-
#path ⇒ Object
Returns the value of attribute path.
-
#right_value ⇒ Object
Returns the value of attribute right_value.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#left_value ⇒ Object
Returns the value of attribute left_value
13 14 15 |
# File 'lib/philiprehberger/toml_kit/diff.rb', line 13 def left_value @left_value end |
#path ⇒ Object
Returns the value of attribute path
13 14 15 |
# File 'lib/philiprehberger/toml_kit/diff.rb', line 13 def path @path end |
#right_value ⇒ Object
Returns the value of attribute right_value
13 14 15 |
# File 'lib/philiprehberger/toml_kit/diff.rb', line 13 def right_value @right_value end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/philiprehberger/toml_kit/diff.rb', line 13 def type @type end |