Represents a single remote connection found via ActionCable.server.remote_connections.where(*)
. Exists solely for the purpose of calling disconnect
on that connection.
Namespace
Class
Methods
Attributes
[R] | server |
Class Public methods
new(server, ids)
Source:
# File actioncable/lib/action_cable/remote_connections.rb, line 41
def initialize(server, ids)
@server = server
set_identifier_instance_vars(ids)
end