Class: ActiveRecord::Inequality::GreaterThanEqual

Inherits:
Base
  • Object
show all
Defined in:
lib/inequal_opportunity.rb

Instance Attribute Summary

Attributes inherited from Base

#value

Instance Method Summary collapse

Methods inherited from Base

#==, #initialize, #inspect, #string_value

Constructor Details

This class inherits a constructor from ActiveRecord::Inequality::Base

Instance Method Details

#operatorObject



33
34
35
# File 'lib/inequal_opportunity.rb', line 33

def operator
  '>='
end