Class: ActiverecordCallbackLens::Parser::ConditionTree::NotNode

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

Overview

child: Node

Instance Attribute Summary collapse

Instance Attribute Details

#childObject (readonly)

Returns the value of attribute child

Returns:

  • (Object)

    the current value of child



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

def child
  @child
end