Class: ActiveRecord::Inequality::LessThanEqual

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



45
46
47
# File 'lib/inequal_opportunity.rb', line 45

def operator
  '<='
end