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
863 864 865 |
# File 'lib/ast/merge.rb', line 863 def fallback_count @fallback_count end |
#gap_count ⇒ Object
Returns the value of attribute gap_count
863 864 865 |
# File 'lib/ast/merge.rb', line 863 def gap_count @gap_count end |
#silently_normalized ⇒ Object
Returns the value of attribute silently_normalized
863 864 865 |
# File 'lib/ast/merge.rb', line 863 def silently_normalized @silently_normalized end |