Method: SamlTool::ResponseReader#initialize
- Defined in:
- lib/saml_tool/response_reader.rb
#initialize(saml, config = {}, namespaces = {}) ⇒ ResponseReader
Returns a new instance of ResponseReader.
25 26 27 28 29 30 31 |
# File 'lib/saml_tool/response_reader.rb', line 25 def initialize(saml, config = {}, namespaces = {}) super( saml, config.merge(default_config), namespaces.merge(default_namespaces) ) end |