Class: OpenTok::ArchiveList

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

Overview

A class for accessing an array of Archive objects.

Instance Attribute Summary collapse

Instance Attribute Details

#totalObject (readonly)

The total number archives.



8
9
10
# File 'lib/opentok/archive_list.rb', line 8

def total
  @total
end