Class: Dotenv::Merge::Provider::Decision

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



14
15
16
# File 'lib/dotenv/merge/provider.rb', line 14

def base
  @base
end

#classificationObject (readonly)

Returns the value of attribute classification

Returns:

  • (Object)

    the current value of classification



14
15
16
# File 'lib/dotenv/merge/provider.rb', line 14

def classification
  @classification
end

#conflictObject (readonly)

Returns the value of attribute conflict

Returns:

  • (Object)

    the current value of conflict



14
15
16
# File 'lib/dotenv/merge/provider.rb', line 14

def conflict
  @conflict
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



14
15
16
# File 'lib/dotenv/merge/provider.rb', line 14

def key
  @key
end

#oursObject (readonly)

Returns the value of attribute ours

Returns:

  • (Object)

    the current value of ours



14
15
16
# File 'lib/dotenv/merge/provider.rb', line 14

def ours
  @ours
end

#selected_roleObject (readonly)

Returns the value of attribute selected_role

Returns:

  • (Object)

    the current value of selected_role



14
15
16
# File 'lib/dotenv/merge/provider.rb', line 14

def selected_role
  @selected_role
end

#theirsObject (readonly)

Returns the value of attribute theirs

Returns:

  • (Object)

    the current value of theirs



14
15
16
# File 'lib/dotenv/merge/provider.rb', line 14

def theirs
  @theirs
end