Class: Markdown::Merge::SourcePreservingProvider::Decision
- Inherits:
-
Data
- Object
- Data
- Markdown::Merge::SourcePreservingProvider::Decision
- Defined in:
- lib/markdown/merge/source_preserving_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
142 143 144 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 142 def changes @changes end |
#choices ⇒ Object (readonly)
Returns the value of attribute choices
142 143 144 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 142 def choices @choices end |
#conflicts ⇒ Object (readonly)
Returns the value of attribute conflicts
142 143 144 |
# File 'lib/markdown/merge/source_preserving_provider.rb', line 142 def conflicts @conflicts end |