Class: ActiverecordCallbackLens::Parser::ConditionTree::NotNode
- Inherits:
-
Data
- Object
- Data
- ActiverecordCallbackLens::Parser::ConditionTree::NotNode
- Defined in:
- lib/activerecord_callback_lens/parser/condition_tree.rb
Overview
child: Node
Instance Attribute Summary collapse
-
#child ⇒ Object
readonly
Returns the value of attribute child.
Instance Attribute Details
#child ⇒ Object (readonly)
Returns the value of attribute child
15 16 17 |
# File 'lib/activerecord_callback_lens/parser/condition_tree.rb', line 15 def child @child end |