Class: Ast::Merge::LocalLineFallbackReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::LocalLineFallbackReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#base_span ⇒ Object
Returns the value of attribute base_span.
-
#conflict_category ⇒ Object
Returns the value of attribute conflict_category.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#fallback_id ⇒ Object
Returns the value of attribute fallback_id.
-
#left_span ⇒ Object
Returns the value of attribute left_span.
-
#owner_path ⇒ Object
Returns the value of attribute owner_path.
-
#path ⇒ Object
Returns the value of attribute path.
-
#result ⇒ Object
Returns the value of attribute result.
-
#right_span ⇒ Object
Returns the value of attribute right_span.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
Instance Attribute Details
#base_span ⇒ Object
Returns the value of attribute base_span
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def base_span @base_span end |
#conflict_category ⇒ Object
Returns the value of attribute conflict_category
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def conflict_category @conflict_category end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def diagnostics @diagnostics end |
#fallback_id ⇒ Object
Returns the value of attribute fallback_id
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def fallback_id @fallback_id end |
#left_span ⇒ Object
Returns the value of attribute left_span
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def left_span @left_span end |
#owner_path ⇒ Object
Returns the value of attribute owner_path
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def owner_path @owner_path end |
#path ⇒ Object
Returns the value of attribute path
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def path @path end |
#result ⇒ Object
Returns the value of attribute result
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def result @result end |
#right_span ⇒ Object
Returns the value of attribute right_span
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def right_span @right_span end |
#scope ⇒ Object
Returns the value of attribute scope
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def scope @scope end |
#strategy ⇒ Object
Returns the value of attribute strategy
772 773 774 |
# File 'lib/ast/merge.rb', line 772 def strategy @strategy end |