method

connection_identifier

connection_identifier()
public

No documentation available.

# File actioncable/lib/action_cable/channel/test_case.rb, line 72
      def connection_identifier
        @connection_identifier ||= connection_gid(identifiers.filter_map { |id| send(id.to_sym) if id })
      end