Class: WAZ::Tables::TableArray
- Inherits:
-
Array
- Object
- Array
- WAZ::Tables::TableArray
- Defined in:
- lib/waz/tables/table_array.rb
Instance Attribute Summary collapse
-
#continuation_token ⇒ Object
Returns the value of attribute continuation_token.
Instance Method Summary collapse
-
#initialize(array) ⇒ TableArray
constructor
A new instance of TableArray.
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_token ⇒ Object
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 |