lib/saml/kit/organization.rb in saml-kit-1.0.17 vs lib/saml/kit/organization.rb in saml-kit-1.0.18
- old
+ new
@@ -17,20 +17,8 @@
# Returns the Organization URL
def url
at_xpath('./md:OrganizationURL').try(:text)
end
-
- # @deprecated
- def organization_name
- Saml::Kit.deprecate('`organization_name` is deprecated. Use `organization.name`')
- name
- end
-
- # @deprecated
- def organization_url
- Saml::Kit.deprecate('`organization_url` is deprecated. Use `organization.url`')
- url
- end
end
end
end