Class: MetzScan::Analyzers::ContextualNodeWalker::ContextualNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/metz_scan/analyzers/contextual_node_walker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enclosing_nameObject

Returns the value of attribute enclosing_name

Returns:

  • (Object)

    the current value of enclosing_name



8
9
10
# File 'lib/metz_scan/analyzers/contextual_node_walker.rb', line 8

def enclosing_name
  @enclosing_name
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



8
9
10
# File 'lib/metz_scan/analyzers/contextual_node_walker.rb', line 8

def method_name
  @method_name
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



8
9
10
# File 'lib/metz_scan/analyzers/contextual_node_walker.rb', line 8

def node
  @node
end