Class: Toml::Merge::SourcePreservingProvider::Decision

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

Instance Attribute Summary collapse

Instance Attribute Details

#baseObject (readonly)

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



32
33
34
# File 'lib/toml/merge/source_preserving_provider.rb', line 32

def base
  @base
end

#classificationObject (readonly)

Returns the value of attribute classification

Returns:

  • (Object)

    the current value of classification



32
33
34
# File 'lib/toml/merge/source_preserving_provider.rb', line 32

def classification
  @classification
end

#conflictObject (readonly)

Returns the value of attribute conflict

Returns:

  • (Object)

    the current value of conflict



32
33
34
# File 'lib/toml/merge/source_preserving_provider.rb', line 32

def conflict
  @conflict
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



32
33
34
# File 'lib/toml/merge/source_preserving_provider.rb', line 32

def key
  @key
end

#oursObject (readonly)

Returns the value of attribute ours

Returns:

  • (Object)

    the current value of ours



32
33
34
# File 'lib/toml/merge/source_preserving_provider.rb', line 32

def ours
  @ours
end

#selected_roleObject (readonly)

Returns the value of attribute selected_role

Returns:

  • (Object)

    the current value of selected_role



32
33
34
# File 'lib/toml/merge/source_preserving_provider.rb', line 32

def selected_role
  @selected_role
end

#theirsObject (readonly)

Returns the value of attribute theirs

Returns:

  • (Object)

    the current value of theirs



32
33
34
# File 'lib/toml/merge/source_preserving_provider.rb', line 32

def theirs
  @theirs
end