Sha256: acef3080c660c6f011373efe8ca8f287a187ff7fb53bace2e8430f8d4abd552d
Contents?: true
Size: 342 Bytes
Versions: 57
Compression:
Stored size: 342 Bytes
Contents
module Saml module ComplexTypes module IndexedEndpointType extend ActiveSupport::Concern include EndpointType included do attribute :index, Integer, :tag => "index" attribute :is_default, XmlMapper::Boolean, :tag => "isDefault" validates :index, :presence => true end end end end
Version data entries
57 entries across 57 versions & 1 rubygems