Method: PortalModule::Client#logout

Defined in:
lib/portal_module/client.rb

#logoutObject

Logout of the portal



64
65
66
67
# File 'lib/portal_module/client.rb', line 64

def logout
  page_factory.(true).logout
  @logged_in = false
end