Class: Integer

Inherits:
Object
  • Object
show all
Defined in:
lib/influxdb/arel/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#dObject



18
19
20
# File 'lib/influxdb/arel/core_extensions.rb', line 18

def d
  Influxdb::Arel::Nodes::Duration.new(self, 'd')
end

#hObject



14
15
16
# File 'lib/influxdb/arel/core_extensions.rb', line 14

def h
  Influxdb::Arel::Nodes::Duration.new(self, 'h')
end

#mObject



10
11
12
# File 'lib/influxdb/arel/core_extensions.rb', line 10

def m
  Influxdb::Arel::Nodes::Duration.new(self, 'm')
end

#sObject



6
7
8
# File 'lib/influxdb/arel/core_extensions.rb', line 6

def s
  Influxdb::Arel::Nodes::Duration.new(self, 's')
end

#uObject



2
3
4
# File 'lib/influxdb/arel/core_extensions.rb', line 2

def u
  Influxdb::Arel::Nodes::Duration.new(self, 'u')
end

#wObject



22
23
24
# File 'lib/influxdb/arel/core_extensions.rb', line 22

def w
  Influxdb::Arel::Nodes::Duration.new(self, 'w')
end