Class: Rust::Merge::Provider::Decision

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



33
34
35
# File 'lib/rust/merge/provider.rb', line 33

def changes
  @changes
end

#choicesObject (readonly)

Returns the value of attribute choices

Returns:

  • (Object)

    the current value of choices



33
34
35
# File 'lib/rust/merge/provider.rb', line 33

def choices
  @choices
end

#conflictsObject (readonly)

Returns the value of attribute conflicts

Returns:

  • (Object)

    the current value of conflicts



33
34
35
# File 'lib/rust/merge/provider.rb', line 33

def conflicts
  @conflicts
end