Class: WAZ::Tables::TableArray

Inherits:
Array
  • Object
show all
Defined in:
lib/waz/tables/table_array.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(array) ⇒ TableArray

Returns a new instance of TableArray.



6
7
8
# File 'lib/waz/tables/table_array.rb', line 6

def initialize(array)
  super(array)
end

Instance Attribute Details

#continuation_tokenObject

Returns the value of attribute continuation_token.



4
5
6
# File 'lib/waz/tables/table_array.rb', line 4

def continuation_token
  @continuation_token
end