Class: Rust::Merge::Provider::Decision
- Inherits:
-
Data
- Object
- Data
- Rust::Merge::Provider::Decision
- Defined in:
- lib/rust/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
33 34 35 |
# File 'lib/rust/merge/provider.rb', line 33 def changes @changes end |
#choices ⇒ Object (readonly)
Returns the value of attribute choices
33 34 35 |
# File 'lib/rust/merge/provider.rb', line 33 def choices @choices end |
#conflicts ⇒ Object (readonly)
Returns the value of attribute conflicts
33 34 35 |
# File 'lib/rust/merge/provider.rb', line 33 def conflicts @conflicts end |