Class: ActiverecordCallbackLens::Graph::ConditionNode
- Inherits:
-
Data
- Object
- Data
- ActiverecordCallbackLens::Graph::ConditionNode
- Defined in:
- lib/activerecord_callback_lens/graph/nodes.rb
Overview
One node per logical combinator (AndNode / OrNode) in a ConditionTree. tree_node: ConditionTree::AndNode | ConditionTree::OrNode
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#tree_node ⇒ Object
readonly
Returns the value of attribute tree_node.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
22 23 24 |
# File 'lib/activerecord_callback_lens/graph/nodes.rb', line 22 def id @id end |
#tree_node ⇒ Object (readonly)
Returns the value of attribute tree_node
22 23 24 |
# File 'lib/activerecord_callback_lens/graph/nodes.rb', line 22 def tree_node @tree_node end |