Class: ActiverecordCallbackLens::Parser::ConditionTree::Node

Inherits:
Data
  • Object
show all
Defined in:
lib/activerecord_callback_lens/parser/condition_tree.rb

Overview

Base node carrying an arbitrary set of children. Retained for forward-compatibility with generic tree traversals.

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject (readonly)

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



10
11
12
# File 'lib/activerecord_callback_lens/parser/condition_tree.rb', line 10

def children
  @children
end