Sha256: c30bef7286aaf14974af3bcbd32fb81dcff96c164896b81c695dc54ae1e62791
Contents?: true
Size: 376 Bytes
Versions: 30
Compression:
Stored size: 376 Bytes
Contents
module Saml module Elements class AttributeStatement include Saml::Base include Saml::AttributeFetcher tag 'AttributeStatement' register_namespace 'saml', Saml::SAML_NAMESPACE namespace 'saml' has_many :attributes, Saml::Elements::Attribute has_many :encrypted_attributes, Saml::Elements::EncryptedAttribute end end end
Version data entries
30 entries across 30 versions & 1 rubygems