class ActionCable::Connection::AuthorizationTest::Connection

Attributes

websocket[R]

Public Instance Methods

connect() click to toggle source
# File actioncable/test/connection/authorization_test.rb, line 10
def connect
  reject_unauthorized_connection
end
send_async(method, *args) click to toggle source
# File actioncable/test/connection/authorization_test.rb, line 14
def send_async(method, *args)
  send method, *args
end