Method: OneLogin::KlRubySaml::SloLogoutrequest#id
- Defined in:
- lib/onelogin/kl-ruby-saml/slo_logoutrequest.rb
#id ⇒ String|nil
Returns Gets the ID attribute from the Logout Request. if exists.
83 84 85 |
# File 'lib/onelogin/kl-ruby-saml/slo_logoutrequest.rb', line 83 def id super(document) end |