Class: Ast::Merge::ProfileRecommendationGate
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfileRecommendationGate
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#fallback_threshold ⇒ Object
Returns the value of attribute fallback_threshold.
-
#formatting_threshold ⇒ Object
Returns the value of attribute formatting_threshold.
-
#required_fixture_count ⇒ Object
Returns the value of attribute required_fixture_count.
-
#requires_backend_parity ⇒ Object
Returns the value of attribute requires_backend_parity.
-
#requires_cross_implementation_parity ⇒ Object
Returns the value of attribute requires_cross_implementation_parity.
-
#unresolved_conflict_threshold ⇒ Object
Returns the value of attribute unresolved_conflict_threshold.
Instance Attribute Details
#fallback_threshold ⇒ Object
Returns the value of attribute fallback_threshold
870 871 872 |
# File 'lib/ast/merge.rb', line 870 def fallback_threshold @fallback_threshold end |
#formatting_threshold ⇒ Object
Returns the value of attribute formatting_threshold
870 871 872 |
# File 'lib/ast/merge.rb', line 870 def formatting_threshold @formatting_threshold end |
#required_fixture_count ⇒ Object
Returns the value of attribute required_fixture_count
870 871 872 |
# File 'lib/ast/merge.rb', line 870 def required_fixture_count @required_fixture_count end |
#requires_backend_parity ⇒ Object
Returns the value of attribute requires_backend_parity
870 871 872 |
# File 'lib/ast/merge.rb', line 870 def requires_backend_parity @requires_backend_parity end |
#requires_cross_implementation_parity ⇒ Object
Returns the value of attribute 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_threshold ⇒ Object
Returns the value of attribute unresolved_conflict_threshold
870 871 872 |
# File 'lib/ast/merge.rb', line 870 def unresolved_conflict_threshold @unresolved_conflict_threshold end |