class Samlr::LogoutRequest
Public Instance Methods
body()
click to toggle source
# File lib/samlr/logout_request.rb, line 3 def body @body ||= Samlr::Tools::LogoutRequestBuilder.build(options) end
id()
click to toggle source
# File lib/samlr/logout_request.rb, line 7 def id @id ||= get_attribute_or_element("//samlp:LogoutRequest", "ID") end