Class: Rbs::Merge::Provider::Decision

Inherits:
Data
  • Object
show all
Defined in:
lib/rbs/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



15
16
17
# File 'lib/rbs/merge/provider.rb', line 15

def changes
  @changes
end

#choicesObject (readonly)

Returns the value of attribute choices

Returns:

  • (Object)

    the current value of choices



15
16
17
# File 'lib/rbs/merge/provider.rb', line 15

def choices
  @choices
end

#conflictsObject (readonly)

Returns the value of attribute conflicts

Returns:

  • (Object)

    the current value of conflicts



15
16
17
# File 'lib/rbs/merge/provider.rb', line 15

def conflicts
  @conflicts
end