Class: Psych::Merge::Provider::Decision
- Inherits:
-
Data
- Object
- Data
- Psych::Merge::Provider::Decision
- Defined in:
- lib/psych/merge/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
33 34 35 |
# File 'lib/psych/merge/provider.rb', line 33 def base @base end |
#classification ⇒ Object (readonly)
Returns the value of attribute classification
33 34 35 |
# File 'lib/psych/merge/provider.rb', line 33 def classification @classification end |
#conflict ⇒ Object (readonly)
Returns the value of attribute conflict
33 34 35 |
# File 'lib/psych/merge/provider.rb', line 33 def conflict @conflict end |
#key ⇒ Object (readonly)
Returns the value of attribute key
33 34 35 |
# File 'lib/psych/merge/provider.rb', line 33 def key @key end |
#ours ⇒ Object (readonly)
Returns the value of attribute ours
33 34 35 |
# File 'lib/psych/merge/provider.rb', line 33 def ours @ours end |
#selected_role ⇒ Object (readonly)
Returns the value of attribute selected_role
33 34 35 |
# File 'lib/psych/merge/provider.rb', line 33 def selected_role @selected_role end |
#theirs ⇒ Object (readonly)
Returns the value of attribute theirs
33 34 35 |
# File 'lib/psych/merge/provider.rb', line 33 def theirs @theirs end |