Class: Reek::AST::Node::NodeLookupRule
- Inherits:
-
Struct
- Object
- Struct
- Reek::AST::Node::NodeLookupRule
- Defined in:
- lib/reek/ast/node.rb
Overview
Struct representing the rules for the search performed by each_node method.
Instance Attribute Summary collapse
-
#ignoring ⇒ Object
Returns the value of attribute ignoring.
-
#target_types ⇒ Object
Returns the value of attribute target_types.
Instance Attribute Details
#ignoring ⇒ Object
Returns the value of attribute ignoring
13 14 15 |
# File 'lib/reek/ast/node.rb', line 13 def ignoring @ignoring end |
#target_types ⇒ Object
Returns the value of attribute target_types
13 14 15 |
# File 'lib/reek/ast/node.rb', line 13 def target_types @target_types end |