Sha256: 343b0441ba1c8f544025b8778b2297473bf8eade08069fa41ce7adaf19471a2c
Contents?: true
Size: 466 Bytes
Versions: 14
Compression:
Stored size: 466 Bytes
Contents
module Saml module Elements class Signature class InclusiveNamespaces include Saml::Base register_namespace 'ec', "http://www.w3.org/2001/10/xml-exc-c14n#" namespace 'ec' tag 'InclusiveNamespaces' attribute :prefix_list, String, tag: "PrefixList" def initialize(*args) @prefix_list = Saml::Config.inclusive_namespaces_prefix_list super(*args) end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems