Class: Go::Merge::Provider::Decision
- Inherits:
-
Data
- Object
- Data
- Go::Merge::Provider::Decision
- Defined in:
- lib/go/merge/provider.rb
Instance Attribute Summary collapse
-
#changes ⇒ Object
readonly
Returns the value of attribute changes.
-
#choices ⇒ Object
readonly
Returns the value of attribute choices.
-
#conflicts ⇒ Object
readonly
Returns the value of attribute conflicts.
Instance Attribute Details
#changes ⇒ Object (readonly)
Returns the value of attribute changes
17 18 19 |
# File 'lib/go/merge/provider.rb', line 17 def changes @changes end |
#choices ⇒ Object (readonly)
Returns the value of attribute choices
17 18 19 |
# File 'lib/go/merge/provider.rb', line 17 def choices @choices end |
#conflicts ⇒ Object (readonly)
Returns the value of attribute conflicts
17 18 19 |
# File 'lib/go/merge/provider.rb', line 17 def conflicts @conflicts end |