Class: Cassanity::Operators::Gte

Inherits:
Cassanity::Operator show all
Defined in:
lib/cassanity/operators/gte.rb

Instance Attribute Summary

Attributes inherited from Cassanity::Operator

#symbol, #value

Instance Method Summary collapse

Methods inherited from Cassanity::Operator

#eql?, #inspect

Constructor Details

#initialize(value) ⇒ Gte

Returns a new instance of Gte.



10
11
12
# File 'lib/cassanity/operators/gte.rb', line 10

def initialize(value)
  super(:>=, value)
end