Method: InfluxDB2::WriteApi::BatchItemKey#==
- Defined in:
- lib/influxdb2/client/write_api.rb
#==(other) ⇒ Object Also known as: eql?
235 236 237 |
# File 'lib/influxdb2/client/write_api.rb', line 235 def ==(other) @bucket == other.bucket && @org == other.org && @precision == other.precision end |