Class: Influx::Flux::Increase

Inherits:
Object
  • Object
show all
Defined in:
lib/influx/flux/increase.rb

Class Method Summary collapse

Class Method Details

.to_fluxObject



8
9
10
11
12
# File 'lib/influx/flux/increase.rb', line 8

def self.to_flux
  <<~FLUX.chomp
    |> increase()
  FLUX
end