Class: Influxdb::Arel::Nodes::Now

Inherits:
Node show all
Includes:
Extensions::Math
Defined in:
lib/influxdb/arel/nodes/now.rb

Constant Summary

Constants inherited from Node

Influxdb::Arel::Nodes::Node::ENTENSIONS

Instance Method Summary collapse

Methods included from Extensions::Math

#*, #+, #-, #/

Methods inherited from Node

#extend, #to_sql

Methods included from Extensions::BooleanPredications

#and, #or

Instance Method Details

#eql?(other) ⇒ Boolean Also known as: ==

Returns:

  • (Boolean)


7
8
9
# File 'lib/influxdb/arel/nodes/now.rb', line 7

def eql?(other)
  self.class == other.class
end