Class: OpenTok::StreamList
- Inherits:
-
Array
- Object
- Array
- OpenTok::StreamList
- Defined in:
- lib/opentok/stream_list.rb
Overview
A class for accessing a list of Stream objects.
Instance Attribute Summary collapse
-
#total ⇒ Object
readonly
The total number streams.
Instance Attribute Details
#total ⇒ Object (readonly)
The total number streams.
9 10 11 |
# File 'lib/opentok/stream_list.rb', line 9 def total @total end |