Sha256: f041bfd9b8913e0e07e2e3d3df38b576e70a2354c052ab01d61c3f1c5edcd930
Contents?: true
Size: 301 Bytes
Versions: 122
Compression:
Stored size: 301 Bytes
Contents
module Saml module Elements class EntityAttributes include Saml::Base include Saml::XMLHelpers register_namespace "mdattr", Saml::MD_ATTR_NAMESPACE tag "EntityAttributes" namespace "mdattr" has_many :attributes, Saml::Elements::Attribute end end end
Version data entries
122 entries across 122 versions & 1 rubygems