Class: ActiverecordCallbackLens::Parser::ConditionTree::MethodRefNode
- Inherits:
-
Data
- Object
- Data
- ActiverecordCallbackLens::Parser::ConditionTree::MethodRefNode
- Defined in:
- lib/activerecord_callback_lens/parser/condition_tree.rb
Overview
Leaf: a symbol condition such as :sync_required?. expanded_tree is the result of MethodResolver, nil in v0.1 / when unresolved.
Instance Attribute Summary collapse
-
#expanded_tree ⇒ Object
readonly
Returns the value of attribute expanded_tree.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#expanded_tree ⇒ Object (readonly)
Returns the value of attribute expanded_tree
22 23 24 |
# File 'lib/activerecord_callback_lens/parser/condition_tree.rb', line 22 def @expanded_tree end |
#name ⇒ Object (readonly)
Returns the value of attribute name
22 23 24 |
# File 'lib/activerecord_callback_lens/parser/condition_tree.rb', line 22 def name @name end |