Method: ActionCable::Channel::Base#params
- Defined in:
- lib/action_cable/channel/base.rb
#params ⇒ Object (readonly)
Returns the value of attribute params.
105 106 107 |
# File 'lib/action_cable/channel/base.rb', line 105 def params @params end |