method
action_methods
v8.0.0 -
Show latest stable
- Class:
ActionCable::Channel::Base
action_methods()public
A list of method names that should be considered actions. This includes all public instance methods on a channel, less any internal methods (defined on Base), adding back in any methods that are internal, but still exist on the class itself.
#### Returns
-
`Set` - A set of all methods that should be considered actions.