Sha256: 1e20e94e6dfd4d22a4a4dcd7afc648e55d99e2784c110783e34bd3c30ced3151
Contents?: true
Size: 407 Bytes
Versions: 14
Compression:
Stored size: 407 Bytes
Contents
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
14 entries across 14 versions & 1 rubygems