Module: Saml::Notification
- Extended by:
- ActiveSupport::Concern
- Included in:
- Bindings::HTTPArtifact, Bindings::HTTPPost, Bindings::HTTPRedirect, Bindings::SOAP
- Defined in:
- lib/saml/notification.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#notify(method, result) ⇒ Object
5 6 7 |
# File 'lib/saml/notification.rb', line 5 def notify(method, result) self.class.notify(method, result) end |