Class: Toml::Merge::SourcePreservingProvider::Decision
- Inherits:
-
Data
- Object
- Data
- Toml::Merge::SourcePreservingProvider::Decision
- Defined in:
- lib/toml/merge/source_preserving_provider.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
readonly
Returns the value of attribute base.
-
#classification ⇒ Object
readonly
Returns the value of attribute classification.
-
#conflict ⇒ Object
readonly
Returns the value of attribute conflict.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#ours ⇒ Object
readonly
Returns the value of attribute ours.
-
#selected_role ⇒ Object
readonly
Returns the value of attribute selected_role.
-
#theirs ⇒ Object
readonly
Returns the value of attribute theirs.
Instance Attribute Details
#base ⇒ Object (readonly)
Returns the value of attribute base
32 33 34 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 32 def base @base end |
#classification ⇒ Object (readonly)
Returns the value of attribute classification
32 33 34 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 32 def classification @classification end |
#conflict ⇒ Object (readonly)
Returns the value of attribute conflict
32 33 34 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 32 def conflict @conflict end |
#key ⇒ Object (readonly)
Returns the value of attribute key
32 33 34 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 32 def key @key end |
#ours ⇒ Object (readonly)
Returns the value of attribute ours
32 33 34 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 32 def ours @ours end |
#selected_role ⇒ Object (readonly)
Returns the value of attribute selected_role
32 33 34 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 32 def selected_role @selected_role end |
#theirs ⇒ Object (readonly)
Returns the value of attribute theirs
32 33 34 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 32 def theirs @theirs end |