Class: OpenTok::ArchiveList
- Inherits:
-
Array
- Object
- Array
- OpenTok::ArchiveList
- Defined in:
- lib/opentok/archive_list.rb
Overview
A class for accessing an array of Archive objects.
Instance Attribute Summary (collapse)
-
- (Object) total
readonly
The total number archives.
Instance Attribute Details
- (Object) total (readonly)
The total number archives.
8 9 10 |
# File 'lib/opentok/archive_list.rb', line 8 def total @total end |