Class: Yancya::BigQuery::BQ
- Inherits:
-
Struct
- Object
- Struct
- Yancya::BigQuery::BQ
- Defined in:
- lib/yancya/big_query.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
Returns the value of attribute client.
Instance Method Summary collapse
Instance Attribute Details
#client ⇒ Object
Returns the value of attribute client
14 15 16 |
# File 'lib/yancya/big_query.rb', line 14 def client @client end |
Instance Method Details
#api ⇒ Object
15 16 17 |
# File 'lib/yancya/big_query.rb', line 15 def api client.discovered_api("bigquery", "v2") end |