Class: ActionCable::Connection::TestSocket::Request
- Inherits:
-
ActionDispatch::TestRequest
- Object
- ActionDispatch::TestRequest
- ActionCable::Connection::TestSocket::Request
- Defined in:
- lib/action_cable/connection/test_case.rb
Overview
Make session and cookies available to the connection
Instance Attribute Summary collapse
-
#cookie_jar ⇒ Object
Returns the value of attribute cookie_jar.
-
#session ⇒ Object
Returns the value of attribute session.
Instance Attribute Details
#cookie_jar ⇒ Object
Returns the value of attribute cookie_jar.
56 57 58 |
# File 'lib/action_cable/connection/test_case.rb', line 56 def @cookie_jar end |
#session ⇒ Object
Returns the value of attribute session.
56 57 58 |
# File 'lib/action_cable/connection/test_case.rb', line 56 def session @session end |