Class: Ast::Merge::MatchingDebugOwnerSet

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#node_pathsObject

Returns the value of attribute node_paths

Returns:

  • (Object)

    the current value of node_paths



696
697
698
# File 'lib/ast/merge.rb', line 696

def node_paths
  @node_paths
end

#owner_idObject

Returns the value of attribute owner_id

Returns:

  • (Object)

    the current value of owner_id



696
697
698
# File 'lib/ast/merge.rb', line 696

def owner_id
  @owner_id
end

#scope_pathObject

Returns the value of attribute scope_path

Returns:

  • (Object)

    the current value of scope_path



696
697
698
# File 'lib/ast/merge.rb', line 696

def scope_path
  @scope_path
end