Class: ActiverecordCallbackLens::Parser::ConditionTree::OrNode

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

Overview

children: Array<Node>

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject (readonly)

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



14
15
16
# File 'lib/activerecord_callback_lens/parser/condition_tree.rb', line 14

def children
  @children
end