Class: ActiverecordCallbackLens::Parser::ConditionTree::AndNode
- Inherits:
-
Data
- Object
- Data
- ActiverecordCallbackLens::Parser::ConditionTree::AndNode
- Defined in:
- lib/activerecord_callback_lens/parser/condition_tree.rb
Overview
Logical combinators.
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
13 14 15 |
# File 'lib/activerecord_callback_lens/parser/condition_tree.rb', line 13 def children @children end |