class Samlr::LogoutResponse

Public Instance Methods

body() click to toggle source
# File lib/samlr/logout_response.rb, line 3
def body
  @body ||= Samlr::Tools::LogoutResponseBuilder.build(options)
end
type() click to toggle source
# File lib/samlr/logout_response.rb, line 7
def type
  "SAMLResponse"
end