Class: OpenTok::StreamList

Inherits:
Array
  • Object
show all
Defined in:
lib/opentok/stream_list.rb

Overview

A class for accessing a list of Stream objects.

Instance Attribute Summary collapse

Instance Attribute Details

#totalObject (readonly)

The total number streams.



9
10
11
# File 'lib/opentok/stream_list.rb', line 9

def total
  @total
end