Method: Qup::TopicAPI#subscriber_count
- Defined in:
- lib/qup/topic_api.rb
#subscriber_count ⇒ Object
Public: Return the number of Subscribers to this Topic
Returns integer
78 79 80 |
# File 'lib/qup/topic_api.rb', line 78 def subscriber_count raise NotImplementedError, "please implement 'subscriber_count'" end |