Class: ActiverecordCallbackLens::Parser::ConditionTree::Node
- Inherits:
-
Data
- Object
- Data
- ActiverecordCallbackLens::Parser::ConditionTree::Node
- Defined in:
- lib/activerecord_callback_lens/parser/condition_tree.rb
Overview
Base node carrying an arbitrary set of children. Retained for forward-compatibility with generic tree traversals.
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
10 11 12 |
# File 'lib/activerecord_callback_lens/parser/condition_tree.rb', line 10 def children @children end |