Class: Ast::Merge::BackendGapConformanceSummary
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::BackendGapConformanceSummary
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#fallback_count ⇒ Object
Returns the value of attribute fallback_count.
-
#gap_count ⇒ Object
Returns the value of attribute gap_count.
-
#silently_normalized ⇒ Object
Returns the value of attribute silently_normalized.
Instance Attribute Details
#fallback_count ⇒ Object
Returns the value of attribute fallback_count
841 842 843 |
# File 'lib/ast/merge.rb', line 841 def fallback_count @fallback_count end |
#gap_count ⇒ Object
Returns the value of attribute gap_count
841 842 843 |
# File 'lib/ast/merge.rb', line 841 def gap_count @gap_count end |
#silently_normalized ⇒ Object
Returns the value of attribute silently_normalized
841 842 843 |
# File 'lib/ast/merge.rb', line 841 def silently_normalized @silently_normalized end |