Class: MetzScan::Analyzers::ContextualNodeWalker::ContextualNode
- Inherits:
-
Struct
- Object
- Struct
- MetzScan::Analyzers::ContextualNodeWalker::ContextualNode
- Defined in:
- lib/metz_scan/analyzers/contextual_node_walker.rb
Instance Attribute Summary collapse
-
#enclosing_name ⇒ Object
Returns the value of attribute enclosing_name.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#node ⇒ Object
Returns the value of attribute node.
Instance Attribute Details
#enclosing_name ⇒ Object
Returns the value of attribute enclosing_name
8 9 10 |
# File 'lib/metz_scan/analyzers/contextual_node_walker.rb', line 8 def enclosing_name @enclosing_name end |
#method_name ⇒ Object
Returns the value of attribute method_name
8 9 10 |
# File 'lib/metz_scan/analyzers/contextual_node_walker.rb', line 8 def method_name @method_name end |
#node ⇒ Object
Returns the value of attribute node
8 9 10 |
# File 'lib/metz_scan/analyzers/contextual_node_walker.rb', line 8 def node @node end |