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
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def base_span @base_span end |
#conflict_category ⇒ Object
Returns the value of attribute conflict_category
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def conflict_category @conflict_category end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def diagnostics @diagnostics end |
#fallback_id ⇒ Object
Returns the value of attribute fallback_id
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def fallback_id @fallback_id end |
#left_span ⇒ Object
Returns the value of attribute left_span
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def left_span @left_span end |
#owner_path ⇒ Object
Returns the value of attribute owner_path
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def owner_path @owner_path end |
#path ⇒ Object
Returns the value of attribute path
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def path @path end |
#result ⇒ Object
Returns the value of attribute result
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def result @result end |
#right_span ⇒ Object
Returns the value of attribute right_span
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def right_span @right_span end |
#scope ⇒ Object
Returns the value of attribute scope
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def scope @scope end |
#strategy ⇒ Object
Returns the value of attribute strategy
750 751 752 |
# File 'lib/ast/merge.rb', line 750 def strategy @strategy end |