Class: BigQuery::Client

Inherits:
Object
  • Object
show all
Includes:
Datasets, Jobs, Projects, Tabledata, Tables
Defined in:
lib/bigquery-client/client.rb,
lib/bigquery-client/version.rb

Constant Summary collapse

VERSION =
'0.2.0'

Instance Method Summary collapse

Methods included from Tables

#create_table, #drop_table, #fetch_schema, #fetch_table_info, #list_tables, #patch_table, #update_table

Methods included from Tabledata

#insert

Constructor Details

#initialize(attributes = {}) ⇒ Client

Returns a new instance of Client.



15
16
17
# File 'lib/bigquery-client/client.rb', line 15

def initialize(attributes = {})
  attributes.each { |name, value| instance_variable_set("@#{name}", value) }
end