Sha256: bee5250315aa75f68c972034b794bb8bd3a89b710541a0949b39920e77315bdd
Contents?: true
Size: 472 Bytes
Versions: 81
Compression:
Stored size: 472 Bytes
Contents
module Saml module Elements class AttributeAuthorityDescriptor include Saml::ComplexTypes::RoleDescriptorType class AttributeService include Saml::ComplexTypes::EndpointType tag 'AttributeService' end tag 'AttributeAuthorityDescriptor' has_many :attribute_service, AttributeService has_many :name_id_format, Saml::Elements::NameIdFormat validates :attribute_service, :presence => true end end end
Version data entries
81 entries across 81 versions & 1 rubygems