Sha256: 35c6ec39674ba2e5bc11d0a9e4586db9a87d98bf67a69146c280fd884f2b8502
Contents?: true
Size: 275 Bytes
Versions: 108
Compression:
Stored size: 275 Bytes
Contents
module Saml module ComplexTypes module LocalizedNameType extend ActiveSupport::Concern include Saml::Base included do attribute :language, String, :tag => 'xml:lang' validates :language, :presence => true end end end end
Version data entries
108 entries across 108 versions & 1 rubygems