method
connection_identifier
v7.2.3 -
Show latest stable
- Class:
ActionCable::Channel::ConnectionStub
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