Class: BqFactory::Proxy
- Inherits:
-
Object
- Object
- BqFactory::Proxy
- Defined in:
- lib/bq_factory/proxy.rb
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
19 20 21 |
# File 'lib/bq_factory/proxy.rb', line 19 def client @client ||= Client.new(project_id, keyfile_path) end |
#configuration ⇒ Object
11 12 13 |
# File 'lib/bq_factory/proxy.rb', line 11 def configuration @configuration ||= Configuration.new end |
#schemas ⇒ Object
15 16 17 |
# File 'lib/bq_factory/proxy.rb', line 15 def schemas @schemas ||= RegistoryDecorator.new(Registory.new('schema')) end |