Method: Ably::Rest::Channel#push
- Defined in:
- lib/ably/rest/channel.rb
#push ⇒ Ably::Rest::Channel::PushChannel (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
A PushChannel object
23 24 25 |
# File 'lib/ably/rest/channel.rb', line 23 def push @push end |