Class: Yancya::BigQuery::BQ

Inherits:
Struct
  • Object
show all
Defined in:
lib/yancya/big_query.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#clientObject

Returns the value of attribute client

Returns:

  • (Object)

    the current value of client



14
15
16
# File 'lib/yancya/big_query.rb', line 14

def client
  @client
end

Instance Method Details

#apiObject



15
16
17
# File 'lib/yancya/big_query.rb', line 15

def api
  client.discovered_api("bigquery", "v2")
end