Class: Ast::Merge::FallbackUsageSummary
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FallbackUsageSummary
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#conflict_count ⇒ Object
Returns the value of attribute conflict_count.
-
#fallback_count ⇒ Object
Returns the value of attribute fallback_count.
-
#resolved_count ⇒ Object
Returns the value of attribute resolved_count.
Instance Attribute Details
#conflict_count ⇒ Object
Returns the value of attribute conflict_count
812 813 814 |
# File 'lib/ast/merge.rb', line 812 def conflict_count @conflict_count end |
#fallback_count ⇒ Object
Returns the value of attribute fallback_count
812 813 814 |
# File 'lib/ast/merge.rb', line 812 def fallback_count @fallback_count end |
#resolved_count ⇒ Object
Returns the value of attribute resolved_count
812 813 814 |
# File 'lib/ast/merge.rb', line 812 def resolved_count @resolved_count end |