Class: Ast::Merge::FallbackScopeDefinition
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::FallbackScopeDefinition
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#covers_children ⇒ Object
Returns the value of attribute covers_children.
-
#description ⇒ Object
Returns the value of attribute description.
-
#owner_path ⇒ Object
Returns the value of attribute owner_path.
-
#path ⇒ Object
Returns the value of attribute path.
-
#requires_source_span ⇒ Object
Returns the value of attribute requires_source_span.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#covers_children ⇒ Object
Returns the value of attribute covers_children
718 719 720 |
# File 'lib/ast/merge.rb', line 718 def covers_children @covers_children end |
#description ⇒ Object
Returns the value of attribute description
718 719 720 |
# File 'lib/ast/merge.rb', line 718 def description @description end |
#owner_path ⇒ Object
Returns the value of attribute owner_path
718 719 720 |
# File 'lib/ast/merge.rb', line 718 def owner_path @owner_path end |
#path ⇒ Object
Returns the value of attribute path
718 719 720 |
# File 'lib/ast/merge.rb', line 718 def path @path end |
#requires_source_span ⇒ Object
Returns the value of attribute requires_source_span
718 719 720 |
# File 'lib/ast/merge.rb', line 718 def requires_source_span @requires_source_span end |
#scope ⇒ Object
Returns the value of attribute scope
718 719 720 |
# File 'lib/ast/merge.rb', line 718 def scope @scope end |