Class: Ast::Merge::BackendGapConformanceSummary

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fallback_countObject

Returns the value of attribute fallback_count

Returns:

  • (Object)

    the current value of fallback_count



841
842
843
# File 'lib/ast/merge.rb', line 841

def fallback_count
  @fallback_count
end

#gap_countObject

Returns the value of attribute gap_count

Returns:

  • (Object)

    the current value of gap_count



841
842
843
# File 'lib/ast/merge.rb', line 841

def gap_count
  @gap_count
end

#silently_normalizedObject

Returns the value of attribute silently_normalized

Returns:

  • (Object)

    the current value of silently_normalized



841
842
843
# File 'lib/ast/merge.rb', line 841

def silently_normalized
  @silently_normalized
end