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