Sha256: 4701dd8326c1ca76ebe6a0aa6afc2db5a43912af2d56a76910c8b16b89ab9504
Contents?: true
Size: 469 Bytes
Versions: 14
Compression:
Stored size: 469 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
14 entries across 14 versions & 1 rubygems