instance method connection_identifier

Ruby on Rails 7.0.10

Since v7.0.10

Available in: v7.0.10 v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

connection_identifier()

No documentation comment.

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

Defined in actioncable/lib/action_cable/channel/test_case.rb line 66 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionCable::Channel::ConnectionStub

Type at least 2 characters to search.

↑↓ navigate · open · esc close