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

Version Path
libsaml-3.3.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.2.3 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.2.2 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.2.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.1.2 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.1.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.1.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.0.9 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.24.3 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.24.2 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.0.8 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.0.7 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.0.6 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.0.5 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.0.4 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.0.3 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.0.2 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-3.0.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.24.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.23.2 lib/saml/complex_types/indexed_endpoint_type.rb