Class: HubSsoLib::SessionCopy
- Inherits:
-
SessionBase
- Object
- SessionBase
- HubSsoLib::SessionCopy
- 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
Method Summary
Methods inherited from SessionBase
Constructor Details
This class inherits a constructor from HubSsoLib::SessionBase