Method: OneLogin::KlRubySaml::SloLogoutrequest#id

Defined in:
lib/onelogin/kl-ruby-saml/slo_logoutrequest.rb

#idString|nil

Returns Gets the ID attribute from the Logout Request. if exists.

Returns:

  • (String|nil)

    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