Class: Reek::AST::Node::NodeLookupRule

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

Overview

Struct representing the rules for the search performed by each_node method.

Instance Attribute Summary collapse

Instance Attribute Details

#ignoringObject

Returns the value of attribute ignoring

Returns:

  • (Object)

    the current value of ignoring



13
14
15
# File 'lib/reek/ast/node.rb', line 13

def ignoring
  @ignoring
end

#target_typesObject

Returns the value of attribute target_types

Returns:

  • (Object)

    the current value of target_types



13
14
15
# File 'lib/reek/ast/node.rb', line 13

def target_types
  @target_types
end