Class: Integer
- Inherits:
-
Object
- Object
- Integer
- Defined in:
- lib/influxdb/arel/core_extensions.rb
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 |
#u ⇒ Object
2 3 4 |
# File 'lib/influxdb/arel/core_extensions.rb', line 2 def u Influxdb::Arel::Nodes::Duration.new(self, 'u') end |
#w ⇒ Object
22 23 24 |
# File 'lib/influxdb/arel/core_extensions.rb', line 22 def w Influxdb::Arel::Nodes::Duration.new(self, 'w') end |