Class: Integer
Instance Method Summary collapse
Instance Method Details
#d ⇒ Object
18 19 20 |
# File 'lib/influxdb/arel/core_extensions.rb', line 18 def d Influxdb::Arel::Nodes::Duration.new(self, 'd') end |
#h ⇒ Object
14 15 16 |
# File 'lib/influxdb/arel/core_extensions.rb', line 14 def h Influxdb::Arel::Nodes::Duration.new(self, 'h') end |
#m ⇒ Object
10 11 12 |
# File 'lib/influxdb/arel/core_extensions.rb', line 10 def m Influxdb::Arel::Nodes::Duration.new(self, 'm') end |
#s ⇒ Object
6 7 8 |
# File 'lib/influxdb/arel/core_extensions.rb', line 6 def s Influxdb::Arel::Nodes::Duration.new(self, 's') end |