Sha256: 77c0b39fa909d24b6a800e6b264294fdf5e8e66e5cec8a52c77f4b51c5ef6e52
Contents?: true
Size: 466 Bytes
Versions: 14
Compression:
Stored size: 466 Bytes
Contents
module Saml module Elements class Organization include Saml::Base tag 'Organization' namespace 'md' has_many :organization_names, Saml::Elements::OrganizationName has_many :organization_display_names, Saml::Elements::OrganizationDisplayName has_many :organization_urls, Saml::Elements::OrganizationUrl validates :organization_names, :organization_display_names, :organization_urls, presence: true end end end
Version data entries
14 entries across 14 versions & 1 rubygems