Class: Twitch::V2::StreamSummary
- Inherits:
-
Object
- Object
- Twitch::V2::StreamSummary
- Defined in:
- lib/kappa/stream.rb
Overview
Site-wide stream summary statistics.
Instance Attribute Summary collapse
-
#channel_count ⇒ Fixnum
readonly
The count of all channels currently streaming.
-
#viewer_count ⇒ Fixnum
readonly
The sum of all viewers across all live streams.
Instance Attribute Details
#channel_count ⇒ Fixnum (readonly)
Returns The count of all channels currently streaming.
91 92 93 |
# File 'lib/kappa/stream.rb', line 91 def channel_count @channel_count end |
#viewer_count ⇒ Fixnum (readonly)
Returns The sum of all viewers across all live streams.
86 87 88 |
# File 'lib/kappa/stream.rb', line 86 def viewer_count @viewer_count end |