Class: Saml::LogoutResponse
- Inherits:
-
Object
- Object
- Saml::LogoutResponse
- Includes:
- ComplexTypes::StatusResponseType
- Defined in:
- lib/saml/logout_response.rb
Instance Method Summary collapse
Methods included from ComplexTypes::StatusResponseType
Methods included from ComplexTypes::RequestAbstractType
Methods included from XMLHelpers
#add_signature, #to_soap, #to_xml
Instance Method Details
#partial_logout? ⇒ Boolean
7 8 9 |
# File 'lib/saml/logout_response.rb', line 7 def partial_logout? !success? && status.status_code.partial_logout? end |