Method: APND::Settings#notification
- Defined in:
- lib/apnd/settings.rb
#notification ⇒ Object
Returns the Notification settings
174 175 176 |
# File 'lib/apnd/settings.rb', line 174 def notification @notification ||= APND::Settings::Notification.new end |