Sha256: e8c2d210a2b43106c3a3b485294eab830f74fe08bb902e31c3c96591eafc32d2
Contents?: true
Size: 442 Bytes
Versions: 74
Compression:
Stored size: 442 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 = "ds saml samlp xs" super(*args) end end end end end
Version data entries
74 entries across 74 versions & 1 rubygems