diff options
| author | mo <mo.khan@gmail.com> | 2018-01-27 10:58:47 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2018-01-27 10:58:47 -0700 |
| commit | 3b8aa3f32029e530658a7c345d8f46146b98d842 (patch) | |
| tree | 9a0b90a76d9d72f605b6676f8b468131a06fb38b /lib/saml/kit/logout_request.rb | |
| parent | 687812c1417082e1f1677625264c61d7cfd3e77f (diff) | |
remove deprecations.v1.0.0
Diffstat (limited to 'lib/saml/kit/logout_request.rb')
| -rw-r--r-- | lib/saml/kit/logout_request.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/saml/kit/logout_request.rb b/lib/saml/kit/logout_request.rb index ee6eb93..2f2d89b 100644 --- a/lib/saml/kit/logout_request.rb +++ b/lib/saml/kit/logout_request.rb @@ -52,9 +52,6 @@ module Saml response_binding.serialize(builder, relay_state: relay_state) end - # @deprecated Use {#Saml::Kit::Builders::LogoutRequest} instead of this. - Builder = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('Saml::Kit::LogoutRequest::Builder', 'Saml::Kit::Builders::LogoutRequest') - private def single_logout_service |
