Flowdock
method

new

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: RemoteConnection
new(server, ids) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actioncable/lib/action_cable/remote_connections.rb, line 37
        def initialize(server, ids)
          @server = server
          set_identifier_instance_vars(ids)
        end
Register or log in to add new notes.