Sha256: a3fe7a7c14e70e9dcd6c1d5cc855ec32a5a6bd539760f135dbd88f0b87ee24c5
Contents?: true
Size: 333 Bytes
Versions: 14
Compression:
Stored size: 333 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
14 entries across 14 versions & 1 rubygems