Sha256: 65c37ad6f84a979db70ba909323f1c4b2df7107d30dba2ceb7e9352d0e65bcfb
Contents?: true
Size: 434 Bytes
Versions: 67
Compression:
Stored size: 434 Bytes
Contents
module Saml module Elements class AttributeValue include ::Saml::Base tag 'AttributeValue' register_namespace 'saml', Saml::SAML_NAMESPACE register_namespace 'xs', Saml::XS_NAMESPACE register_namespace 'xsi', Saml::XSI_NAMESPACE namespace 'saml' has_one :encrypted_id, EncryptedID attribute :type, String, tag: 'xsi:type' content :content, String end end end
Version data entries
67 entries across 67 versions & 1 rubygems