Sha256: 0986a71d9f508e3b088df43e52d5d11d869f699d7dc02f3ddbc258ad2421b471
Contents?: true
Size: 438 Bytes
Versions: 3
Compression:
Stored size: 438 Bytes
Contents
# frozen_string_literal: true module Saml module Kit class Metadata # @deprecated def organization_name Saml::Kit.deprecate('`organization_name` is deprecated. Use `organization.name`') organization.name end # @deprecated def organization_url Saml::Kit.deprecate('`organization_url` is deprecated. Use `organization.url`') organization.url end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
saml-kit-1.3.0 | lib/saml/kit/deprecated/metadata.rb |
saml-kit-1.2.0 | lib/saml/kit/deprecated/metadata.rb |
saml-kit-1.1.0 | lib/saml/kit/deprecated/metadata.rb |