Class: HubSsoLib::SessionCopy

Inherits:
SessionBase show all
Defined in:
lib/hub_sso_lib.rb

Overview

No special conditions - this is just a dumpable session. You should usually create it based on an undumpable, ‘live’ session thus:

SessionCopy.new(copying_session: undumpable_session)

Constant Summary

Constants inherited from SessionBase

HubSsoLib::SessionBase::ATTRIBUTES

Instance Attribute Summary

Attributes inherited from SessionBase

#session_return_to

Method Summary

Methods inherited from SessionBase

#initialize

Constructor Details

This class inherits a constructor from HubSsoLib::SessionBase