Class: Prism::Merge::Provider::Decision

Inherits:
Data
  • Object
show all
Defined in:
lib/prism/merge/provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#changesObject (readonly)

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



13
14
15
# File 'lib/prism/merge/provider.rb', line 13

def changes
  @changes
end

#choicesObject (readonly)

Returns the value of attribute choices

Returns:

  • (Object)

    the current value of choices



13
14
15
# File 'lib/prism/merge/provider.rb', line 13

def choices
  @choices
end

#conflictsObject (readonly)

Returns the value of attribute conflicts

Returns:

  • (Object)

    the current value of conflicts



13
14
15
# File 'lib/prism/merge/provider.rb', line 13

def conflicts
  @conflicts
end