Class: Lifesaver::Notification::NotifiableAssociations::AssociationKeys

Inherits:
Struct
  • Object
show all
Defined in:
lib/lifesaver/notification/notifiable_associations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#on_changeObject

Returns the value of attribute on_change

Returns:

  • (Object)

    the current value of on_change



4
5
6
# File 'lib/lifesaver/notification/notifiable_associations.rb', line 4

def on_change
  @on_change
end

#on_notifyObject

Returns the value of attribute on_notify

Returns:

  • (Object)

    the current value of on_notify



4
5
6
# File 'lib/lifesaver/notification/notifiable_associations.rb', line 4

def on_notify
  @on_notify
end