Class: Invitations::AcceptedNotification
- Inherits:
-
SimpleTeams::InvitationNotification
- Object
- SimpleTeams::InvitationNotification
- Invitations::AcceptedNotification
- Defined in:
- app/notifications/simple_teams/invitations/accepted_notification.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
4 5 6 |
# File 'app/notifications/simple_teams/invitations/accepted_notification.rb', line 4 def "#{user_name} accepted the invitation to #{team_name}." end |
#subject ⇒ Object
8 9 10 |
# File 'app/notifications/simple_teams/invitations/accepted_notification.rb', line 8 def subject "Invitation Accepted" end |