Method: InfluxDB::Query::Core#batch

Defined in:
lib/influxdb/query/core.rb

#batch(&block) ⇒ Object



42
43
44
# File 'lib/influxdb/query/core.rb', line 42

def batch(&block)
  Batch.new self, &block
end