Class: Samlr::LogoutResponse

Inherits:
Request show all
Defined in:
lib/samlr/logout_response.rb

Instance Attribute Summary

Attributes inherited from Request

#document, #options

Instance Method Summary collapse

Methods inherited from Request

#get_attribute_or_element, #initialize, #param, parse, #url

Constructor Details

This class inherits a constructor from Samlr::Request

Instance Method Details

#bodyObject



3
4
5
# File 'lib/samlr/logout_response.rb', line 3

def body
  @body ||= Samlr::Tools::LogoutResponseBuilder.build(options)
end

#typeObject



7
8
9
# File 'lib/samlr/logout_response.rb', line 7

def type
  "SAMLResponse"
end