Class: Ast::Merge::ConflictMarkerRenderingReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ConflictMarkerRenderingReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#base_label ⇒ Object
Returns the value of attribute base_label.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#include_base ⇒ Object
Returns the value of attribute include_base.
-
#left_label ⇒ Object
Returns the value of attribute left_label.
-
#marker_size ⇒ Object
Returns the value of attribute marker_size.
-
#output ⇒ Object
Returns the value of attribute output.
-
#path_label ⇒ Object
Returns the value of attribute path_label.
-
#render_id ⇒ Object
Returns the value of attribute render_id.
-
#right_label ⇒ Object
Returns the value of attribute right_label.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
Instance Attribute Details
#base_label ⇒ Object
Returns the value of attribute base_label
753 754 755 |
# File 'lib/ast/merge.rb', line 753 def base_label @base_label end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
753 754 755 |
# File 'lib/ast/merge.rb', line 753 def diagnostics @diagnostics end |
#include_base ⇒ Object
Returns the value of attribute include_base
753 754 755 |
# File 'lib/ast/merge.rb', line 753 def include_base @include_base end |
#left_label ⇒ Object
Returns the value of attribute left_label
753 754 755 |
# File 'lib/ast/merge.rb', line 753 def left_label @left_label end |
#marker_size ⇒ Object
Returns the value of attribute marker_size
753 754 755 |
# File 'lib/ast/merge.rb', line 753 def marker_size @marker_size end |
#output ⇒ Object
Returns the value of attribute output
753 754 755 |
# File 'lib/ast/merge.rb', line 753 def output @output end |
#path_label ⇒ Object
Returns the value of attribute path_label
753 754 755 |
# File 'lib/ast/merge.rb', line 753 def path_label @path_label end |
#render_id ⇒ Object
Returns the value of attribute render_id
753 754 755 |
# File 'lib/ast/merge.rb', line 753 def render_id @render_id end |
#right_label ⇒ Object
Returns the value of attribute right_label
753 754 755 |
# File 'lib/ast/merge.rb', line 753 def right_label @right_label end |
#strategy ⇒ Object
Returns the value of attribute strategy
753 754 755 |
# File 'lib/ast/merge.rb', line 753 def strategy @strategy end |