Class: ActiverecordCallbackLens::Graph::MethodNode
- Inherits:
-
Data
- Object
- Data
- ActiverecordCallbackLens::Graph::MethodNode
- Defined in:
- lib/activerecord_callback_lens/graph/nodes.rb
Overview
One node per Symbol condition (e.g. :sync_required?). method_name: String
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#method_name ⇒ Object
readonly
Returns the value of attribute method_name.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
25 26 27 |
# File 'lib/activerecord_callback_lens/graph/nodes.rb', line 25 def id @id end |
#method_name ⇒ Object (readonly)
Returns the value of attribute method_name
25 26 27 |
# File 'lib/activerecord_callback_lens/graph/nodes.rb', line 25 def method_name @method_name end |