Class: Lifesaver::Notification::NotifiableAssociations::AssociationKeys
- Inherits:
-
Struct
- Object
- Struct
- Lifesaver::Notification::NotifiableAssociations::AssociationKeys
- Defined in:
- lib/lifesaver/notification/notifiable_associations.rb
Instance Attribute Summary collapse
-
#on_change ⇒ Object
Returns the value of attribute on_change.
-
#on_notify ⇒ Object
Returns the value of attribute on_notify.
Instance Attribute Details
#on_change ⇒ Object
Returns the value of attribute on_change
4 5 6 |
# File 'lib/lifesaver/notification/notifiable_associations.rb', line 4 def on_change @on_change end |
#on_notify ⇒ Object
Returns the value of attribute on_notify
4 5 6 |
# File 'lib/lifesaver/notification/notifiable_associations.rb', line 4 def on_notify @on_notify end |