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