Class: Samlr::LogoutRequest

Inherits:
Request show all
Defined in:
lib/samlr/logout_request.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, #type, #url

Constructor Details

This class inherits a constructor from Samlr::Request

Instance Method Details

#bodyObject



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

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

#idObject



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

def id
  @id ||= get_attribute_or_element("//samlp:LogoutRequest", "ID")
end