Class: CASinoCore::Model::ServiceTicket::SingleSignOutNotifier
- Inherits:
-
Object
- Object
- CASinoCore::Model::ServiceTicket::SingleSignOutNotifier
- Includes:
- Helper::Logger
- Defined in:
- lib/casino_core/model/service_ticket/single_sign_out_notifier.rb
Instance Method Summary collapse
-
#initialize(service_ticket) ⇒ SingleSignOutNotifier
constructor
A new instance of SingleSignOutNotifier.
- #notify ⇒ Object
Methods included from Helper::Logger
Constructor Details
#initialize(service_ticket) ⇒ SingleSignOutNotifier
Returns a new instance of SingleSignOutNotifier.
8 9 10 |
# File 'lib/casino_core/model/service_ticket/single_sign_out_notifier.rb', line 8 def initialize(service_ticket) @service_ticket = service_ticket end |
Instance Method Details
#notify ⇒ Object
12 13 14 |
# File 'lib/casino_core/model/service_ticket/single_sign_out_notifier.rb', line 12 def notify send_notification @service_ticket.service, build_xml end |