Class: Ast::Merge::MatchingDebugOwnerSet
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::MatchingDebugOwnerSet
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#node_paths ⇒ Object
Returns the value of attribute node_paths.
-
#owner_id ⇒ Object
Returns the value of attribute owner_id.
-
#scope_path ⇒ Object
Returns the value of attribute scope_path.
Instance Attribute Details
#node_paths ⇒ Object
Returns the value of attribute node_paths
696 697 698 |
# File 'lib/ast/merge.rb', line 696 def node_paths @node_paths end |
#owner_id ⇒ Object
Returns the value of attribute owner_id
696 697 698 |
# File 'lib/ast/merge.rb', line 696 def owner_id @owner_id end |
#scope_path ⇒ Object
Returns the value of attribute scope_path
696 697 698 |
# File 'lib/ast/merge.rb', line 696 def scope_path @scope_path end |