Sha256: 21ddec6b458febaa976d3c478c48e2e859a4ac6bf8787fe983da893679eff33f
Contents?: true
Size: 431 Bytes
Versions: 10
Compression:
Stored size: 431 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
10 entries across 10 versions & 1 rubygems