Class: OpenTok::ConnectionList
- Inherits:
-
Array
- Object
- Array
- OpenTok::ConnectionList
- Defined in:
- lib/opentok/connection_list.rb
Overview
A class for accessing an array of Connection objects.
Instance Attribute Summary collapse
-
#session_id ⇒ Object
readonly
total: The total number of connections. -
#total ⇒ Object
readonly
total: The total number of connections.
Instance Attribute Details
#session_id ⇒ Object (readonly)
total: The total number of connections.
session_id: The session ID of the session these connections belong to.
9 10 11 |
# File 'lib/opentok/connection_list.rb', line 9 def session_id @session_id end |
#total ⇒ Object (readonly)
total: The total number of connections.
session_id: The session ID of the session these connections belong to.
9 10 11 |
# File 'lib/opentok/connection_list.rb', line 9 def total @total end |