Method: BqFactory::Table#initialize
- Defined in:
- lib/bq_factory/table.rb
#initialize(name, dataset, schema = nil) ⇒ Table
Returns a new instance of Table.
6 7 8 9 10 |
# File 'lib/bq_factory/table.rb', line 6 def initialize(name, dataset, schema = nil) @name = name @dataset = dataset @schema = schema end |