Sha256: d159a328dae081781f9377bac5efd23a6ce6227ac0b6ca8f67960755c12ff03d

Contents?: true

Size: 419 Bytes

Versions: 14

Compression:

Stored size: 419 Bytes

Contents

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

      included do
        namespace 'md'

        attribute :binding, String, tag: "Binding"
        attribute :location, String, tag: "Location"
        attribute :response_location, String, tag: "ResponseLocation"

        validates :binding, :location, 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/endpoint_type.rb
libsaml-3.13.0 lib/saml/complex_types/endpoint_type.rb
libsaml-3.12.0 lib/saml/complex_types/endpoint_type.rb
libsaml-3.11.0 lib/saml/complex_types/endpoint_type.rb
libsaml-3.10.0 lib/saml/complex_types/endpoint_type.rb
libsaml-3.9.3 lib/saml/complex_types/endpoint_type.rb
libsaml-3.9.2 lib/saml/complex_types/endpoint_type.rb
libsaml-3.9.1 lib/saml/complex_types/endpoint_type.rb
libsaml-3.9.0 lib/saml/complex_types/endpoint_type.rb
libsaml-3.8.0 lib/saml/complex_types/endpoint_type.rb
libsaml-3.7.0 lib/saml/complex_types/endpoint_type.rb
libsaml-3.6.0 lib/saml/complex_types/endpoint_type.rb
libsaml-3.5.0 lib/saml/complex_types/endpoint_type.rb
libsaml-3.4.0 lib/saml/complex_types/endpoint_type.rb