Class: ActiverecordCallbackLens::Graph::CallbackNode
- Inherits:
-
Data
- Object
- Data
- ActiverecordCallbackLens::Graph::CallbackNode
- Defined in:
- lib/activerecord_callback_lens/graph/nodes.rb
Overview
One node per CallbackDefinition, e.g. before_save / after_commit. definition: Collector::CallbackDefinition
Instance Attribute Summary collapse
-
#definition ⇒ Object
readonly
Returns the value of attribute definition.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Attribute Details
#definition ⇒ Object (readonly)
Returns the value of attribute definition
18 19 20 |
# File 'lib/activerecord_callback_lens/graph/nodes.rb', line 18 def definition @definition end |
#id ⇒ Object (readonly)
Returns the value of attribute id
18 19 20 |
# File 'lib/activerecord_callback_lens/graph/nodes.rb', line 18 def id @id end |