Class: Markdown::Merge::SourcePreservingProvider::Decision

Inherits:
Data
  • Object
show all
Defined in:
lib/markdown/merge/source_preserving_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#changesObject (readonly)

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



142
143
144
# File 'lib/markdown/merge/source_preserving_provider.rb', line 142

def changes
  @changes
end

#choicesObject (readonly)

Returns the value of attribute choices

Returns:

  • (Object)

    the current value of choices



142
143
144
# File 'lib/markdown/merge/source_preserving_provider.rb', line 142

def choices
  @choices
end

#conflictsObject (readonly)

Returns the value of attribute conflicts

Returns:

  • (Object)

    the current value of conflicts



142
143
144
# File 'lib/markdown/merge/source_preserving_provider.rb', line 142

def conflicts
  @conflicts
end