Class: ActiverecordCallbackLens::Graph::PredicateNode
- Inherits:
-
Data
- Object
- Data
- ActiverecordCallbackLens::Graph::PredicateNode
- Defined in:
- lib/activerecord_callback_lens/graph/nodes.rb
Overview
One node per predicate method call (e.g. saved_change_to_title?). predicate_name: String
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#predicate_name ⇒ Object
readonly
Returns the value of attribute predicate_name.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
29 30 31 |
# File 'lib/activerecord_callback_lens/graph/nodes.rb', line 29 def id @id end |
#predicate_name ⇒ Object (readonly)
Returns the value of attribute predicate_name
29 30 31 |
# File 'lib/activerecord_callback_lens/graph/nodes.rb', line 29 def predicate_name @predicate_name end |