Class: Ast::Merge::ProfileRecommendationGate

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fallback_thresholdObject

Returns the value of attribute fallback_threshold

Returns:

  • (Object)

    the current value of fallback_threshold



870
871
872
# File 'lib/ast/merge.rb', line 870

def fallback_threshold
  @fallback_threshold
end

#formatting_thresholdObject

Returns the value of attribute formatting_threshold

Returns:

  • (Object)

    the current value of formatting_threshold



870
871
872
# File 'lib/ast/merge.rb', line 870

def formatting_threshold
  @formatting_threshold
end

#required_fixture_countObject

Returns the value of attribute required_fixture_count

Returns:

  • (Object)

    the current value of required_fixture_count



870
871
872
# File 'lib/ast/merge.rb', line 870

def required_fixture_count
  @required_fixture_count
end

#requires_backend_parityObject

Returns the value of attribute requires_backend_parity

Returns:

  • (Object)

    the current value of requires_backend_parity



870
871
872
# File 'lib/ast/merge.rb', line 870

def requires_backend_parity
  @requires_backend_parity
end

#requires_cross_implementation_parityObject

Returns the value of attribute requires_cross_implementation_parity

Returns:

  • (Object)

    the current value of requires_cross_implementation_parity



870
871
872
# File 'lib/ast/merge.rb', line 870

def requires_cross_implementation_parity
  @requires_cross_implementation_parity
end

#unresolved_conflict_thresholdObject

Returns the value of attribute unresolved_conflict_threshold

Returns:

  • (Object)

    the current value of unresolved_conflict_threshold



870
871
872
# File 'lib/ast/merge.rb', line 870

def unresolved_conflict_threshold
  @unresolved_conflict_threshold
end