Sha256: 68405be8d3737c8afa81260901d864bcc0ccf2e320be0323cadf2ebeb8a42227
Contents?: true
Size: 313 Bytes
Versions: 79
Compression:
Stored size: 313 Bytes
Contents
module Saml module ComplexTypes module AdviceType extend ActiveSupport::Concern include Saml::Base included do require 'saml/assertion' has_many :assertions, ::Saml::Assertion has_many :assertion_id_refs, String, tag: 'AssertionIDRef' end end end end
Version data entries
79 entries across 79 versions & 1 rubygems