Method: Twitch::Stream#type
- Defined in:
- lib/twitch/stream.rb
#type ⇒ Object (readonly)
The type of broadcast which may include ‘live’, ‘playlist’, or ‘watch_party’.
19 20 21 |
# File 'lib/twitch/stream.rb', line 19 def type @type end |