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