Method: Saml::Notification::ClassMethods#notify_on

Defined in:
lib/saml/notification.rb

#notify_on(*options) ⇒ Object



31
32
33
# File 'lib/saml/notification.rb', line 31

def notify_on(*options)
  options.present? ? @notify_on = options : @notify_on
end