Class: Ast::Merge::LocalLineFallbackReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_spanObject

Returns the value of attribute base_span

Returns:

  • (Object)

    the current value of base_span



750
751
752
# File 'lib/ast/merge.rb', line 750

def base_span
  @base_span
end

#conflict_categoryObject

Returns the value of attribute conflict_category

Returns:

  • (Object)

    the current value of conflict_category



750
751
752
# File 'lib/ast/merge.rb', line 750

def conflict_category
  @conflict_category
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



750
751
752
# File 'lib/ast/merge.rb', line 750

def diagnostics
  @diagnostics
end

#fallback_idObject

Returns the value of attribute fallback_id

Returns:

  • (Object)

    the current value of fallback_id



750
751
752
# File 'lib/ast/merge.rb', line 750

def fallback_id
  @fallback_id
end

#left_spanObject

Returns the value of attribute left_span

Returns:

  • (Object)

    the current value of left_span



750
751
752
# File 'lib/ast/merge.rb', line 750

def left_span
  @left_span
end

#owner_pathObject

Returns the value of attribute owner_path

Returns:

  • (Object)

    the current value of owner_path



750
751
752
# File 'lib/ast/merge.rb', line 750

def owner_path
  @owner_path
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



750
751
752
# File 'lib/ast/merge.rb', line 750

def path
  @path
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



750
751
752
# File 'lib/ast/merge.rb', line 750

def result
  @result
end

#right_spanObject

Returns the value of attribute right_span

Returns:

  • (Object)

    the current value of right_span



750
751
752
# File 'lib/ast/merge.rb', line 750

def right_span
  @right_span
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



750
751
752
# File 'lib/ast/merge.rb', line 750

def scope
  @scope
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



750
751
752
# File 'lib/ast/merge.rb', line 750

def strategy
  @strategy
end