We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0876f17 commit f44489dCopy full SHA for f44489d
lib/big_query/client/tables.rb
@@ -35,7 +35,7 @@ def tables_formatted(dataset = @dataset)
35
#
36
# @param tableId [String] id of the table to look for
37
# @param dataset [String] dataset to look for
38
- # @param opts [Hash] hash of optional query parameters (maxResults, startIndex)
+ # @param options [Hash] hash of optional query parameters (maxResults, startIndex)
39
# @return [Hash] json api response
40
def table_data(tableId, dataset = @dataset, options = {})
41
parameters = { 'datasetId' => dataset, 'tableId' => tableId }
0 commit comments