lib/saml/kit/logout_request.rb in saml-kit-1.0.6 vs lib/saml/kit/logout_request.rb in saml-kit-1.0.7
- old
+ new
@@ -29,10 +29,10 @@
# A new instance of LogoutRequest
#
# @param xml [String] The raw xml string.
# @param configuration [Saml::Kit::Configuration] the configuration to use.
def initialize(xml, configuration: Saml::Kit.configuration)
- super(xml, name: "LogoutRequest", configuration: configuration)
+ super(xml, name: 'LogoutRequest', configuration: configuration)
end
# Returns the NameID value.
def name_id
to_h[name]['NameID']