Class: Ast::Merge::FallbackUsageSummary

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

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_countObject

Returns the value of attribute conflict_count

Returns:

  • (Object)

    the current value of conflict_count



812
813
814
# File 'lib/ast/merge.rb', line 812

def conflict_count
  @conflict_count
end

#fallback_countObject

Returns the value of attribute fallback_count

Returns:

  • (Object)

    the current value of fallback_count



812
813
814
# File 'lib/ast/merge.rb', line 812

def fallback_count
  @fallback_count
end

#resolved_countObject

Returns the value of attribute resolved_count

Returns:

  • (Object)

    the current value of resolved_count



812
813
814
# File 'lib/ast/merge.rb', line 812

def resolved_count
  @resolved_count
end