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