Sha256: 2bcc6e55fa90a2f23c6955095b9aa9c417c6d0e0ce311d43f7f5c300b23426c5

Contents?: true

Size: 344 Bytes

Versions: 53

Compression:

Stored size: 344 Bytes

Contents

module Saml
  module ComplexTypes
    module IndexedEndpointType
      extend ActiveSupport::Concern
      include EndpointType

      included do
        attribute :index, Integer, :tag => "index"
        attribute :is_default, HappyMapper::Boolean, :tag => "isDefault"

        validates :index, :presence => true
      end
    end
  end
end

Version data entries

53 entries across 53 versions & 1 rubygems

Version Path
libsaml-2.14.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.13.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.12.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.12.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.11.2 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.11.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.11.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.10.7 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.10.6 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.10.5 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.10.4 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.10.3 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.10.2 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.10.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.10.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.9.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.8.1 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.8.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.7.0 lib/saml/complex_types/indexed_endpoint_type.rb
libsaml-2.6.9 lib/saml/complex_types/indexed_endpoint_type.rb