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

Version Path
libsaml-3.13.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.13.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.12.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.11.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.10.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.9.3 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.9.2 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.9.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.9.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.8.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.7.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.6.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.5.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.4.0 lib/saml/complex_types/indexed_endpoint_type.rb