Sha256: c15fa4d7bb29c031adee7f38b29275db968c1a0aa83360ecabe6ecb6dd131a85
Contents?: true
Size: 469 Bytes
Versions: 36
Compression:
Stored size: 469 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
36 entries across 36 versions & 1 rubygems