Class: BigQuery::Client
- Inherits:
-
Object
- Object
- BigQuery::Client
- Defined in:
- lib/bigquery-client/client.rb,
lib/bigquery-client/version.rb
Constant Summary collapse
- VERSION =
'0.2.0'
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Client
constructor
A new instance of Client.
Methods included from Tables
#create_table, #drop_table, #fetch_schema, #fetch_table_info, #list_tables, #patch_table, #update_table
Methods included from Tabledata
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 |