class Object

Public Instance Methods

cas_server_url() click to toggle source

Gets the CAS server root URL. Provides a convenience method at the instance level to fetch it. @return [String] Cas server's root URL.

# File lib/rack-cas-rails/rails_application_additions.rb, line 17
def cas_server_url
  self.class.cas_server_url
end