Class: Psych::Merge::Provider::Decision

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

Instance Attribute Summary collapse

Instance Attribute Details

#baseObject (readonly)

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



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

def base
  @base
end

#classificationObject (readonly)

Returns the value of attribute classification

Returns:

  • (Object)

    the current value of classification



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

def classification
  @classification
end

#conflictObject (readonly)

Returns the value of attribute conflict

Returns:

  • (Object)

    the current value of conflict



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

def conflict
  @conflict
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



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

def key
  @key
end

#oursObject (readonly)

Returns the value of attribute ours

Returns:

  • (Object)

    the current value of ours



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

def ours
  @ours
end

#selected_roleObject (readonly)

Returns the value of attribute selected_role

Returns:

  • (Object)

    the current value of selected_role



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

def selected_role
  @selected_role
end

#theirsObject (readonly)

Returns the value of attribute theirs

Returns:

  • (Object)

    the current value of theirs



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

def theirs
  @theirs
end