Sha256: 2bd49e40c0c000ee260cf747cb28e86f44cf90ef23418112d33e658a2d5e683c
Contents?: true
Size: 407 Bytes
Versions: 110
Compression:
Stored size: 407 Bytes
Contents
module Saml module Elements class Signature class Transform include Saml::Base tag "Transform" namespace 'ds' attribute :algorithm, String, :tag => "Algorithm" has_one :inclusive_namespaces, InclusiveNamespaces def inclusive_namespaces @inclusive_namespaces == [] ? nil : @inclusive_namespaces end end end end end
Version data entries
110 entries across 110 versions & 1 rubygems