Method: ActionCable::Channel::Base#connection

Defined in:
actioncable/lib/action_cable/channel/base.rb

#connectionObject (readonly)

Returns the value of attribute connection.



117
118
119
# File 'actioncable/lib/action_cable/channel/base.rb', line 117

def connection
  @connection
end