Class: Ast::Merge::ConflictMarkerRenderingReport

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_labelObject

Returns the value of attribute base_label

Returns:

  • (Object)

    the current value of base_label



753
754
755
# File 'lib/ast/merge.rb', line 753

def base_label
  @base_label
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



753
754
755
# File 'lib/ast/merge.rb', line 753

def diagnostics
  @diagnostics
end

#include_baseObject

Returns the value of attribute include_base

Returns:

  • (Object)

    the current value of include_base



753
754
755
# File 'lib/ast/merge.rb', line 753

def include_base
  @include_base
end

#left_labelObject

Returns the value of attribute left_label

Returns:

  • (Object)

    the current value of left_label



753
754
755
# File 'lib/ast/merge.rb', line 753

def left_label
  @left_label
end

#marker_sizeObject

Returns the value of attribute marker_size

Returns:

  • (Object)

    the current value of marker_size



753
754
755
# File 'lib/ast/merge.rb', line 753

def marker_size
  @marker_size
end

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



753
754
755
# File 'lib/ast/merge.rb', line 753

def output
  @output
end

#path_labelObject

Returns the value of attribute path_label

Returns:

  • (Object)

    the current value of path_label



753
754
755
# File 'lib/ast/merge.rb', line 753

def path_label
  @path_label
end

#render_idObject

Returns the value of attribute render_id

Returns:

  • (Object)

    the current value of render_id



753
754
755
# File 'lib/ast/merge.rb', line 753

def render_id
  @render_id
end

#right_labelObject

Returns the value of attribute right_label

Returns:

  • (Object)

    the current value of right_label



753
754
755
# File 'lib/ast/merge.rb', line 753

def right_label
  @right_label
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



753
754
755
# File 'lib/ast/merge.rb', line 753

def strategy
  @strategy
end