Class: Ast::Merge::ProfilePromotionMetrics
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfilePromotionMetrics
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#backend_parity_passed ⇒ Object
Returns the value of attribute backend_parity_passed.
-
#fallback_count ⇒ Object
Returns the value of attribute fallback_count.
-
#fallback_threshold ⇒ Object
Returns the value of attribute fallback_threshold.
-
#formatting_preservation_score ⇒ Object
Returns the value of attribute formatting_preservation_score.
-
#formatting_threshold ⇒ Object
Returns the value of attribute formatting_threshold.
-
#passed_fixture_count ⇒ Object
Returns the value of attribute passed_fixture_count.
-
#required_fixture_count ⇒ Object
Returns the value of attribute required_fixture_count.
-
#unresolved_conflict_count ⇒ Object
Returns the value of attribute unresolved_conflict_count.
Instance Attribute Details
#backend_parity_passed ⇒ Object
Returns the value of attribute backend_parity_passed
866 867 868 |
# File 'lib/ast/merge.rb', line 866 def backend_parity_passed @backend_parity_passed end |
#fallback_count ⇒ Object
Returns the value of attribute fallback_count
866 867 868 |
# File 'lib/ast/merge.rb', line 866 def fallback_count @fallback_count end |
#fallback_threshold ⇒ Object
Returns the value of attribute fallback_threshold
866 867 868 |
# File 'lib/ast/merge.rb', line 866 def fallback_threshold @fallback_threshold end |
#formatting_preservation_score ⇒ Object
Returns the value of attribute formatting_preservation_score
866 867 868 |
# File 'lib/ast/merge.rb', line 866 def formatting_preservation_score @formatting_preservation_score end |
#formatting_threshold ⇒ Object
Returns the value of attribute formatting_threshold
866 867 868 |
# File 'lib/ast/merge.rb', line 866 def formatting_threshold @formatting_threshold end |
#passed_fixture_count ⇒ Object
Returns the value of attribute passed_fixture_count
866 867 868 |
# File 'lib/ast/merge.rb', line 866 def passed_fixture_count @passed_fixture_count end |
#required_fixture_count ⇒ Object
Returns the value of attribute required_fixture_count
866 867 868 |
# File 'lib/ast/merge.rb', line 866 def required_fixture_count @required_fixture_count end |
#unresolved_conflict_count ⇒ Object
Returns the value of attribute unresolved_conflict_count
866 867 868 |
# File 'lib/ast/merge.rb', line 866 def unresolved_conflict_count @unresolved_conflict_count end |