Class: ActiverecordCallbackLens::Parser::ConditionTree::AndNode

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

Overview

Logical combinators.

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject (readonly)

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



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

def children
  @children
end