Method: AdvancedBilling::CompoundingStrategy.validate

Defined in:
lib/advanced_billing/models/compounding_strategy.rb

.validate(value) ⇒ Object



17
18
19
20
21
# File 'lib/advanced_billing/models/compounding_strategy.rb', line 17

def self.validate(value)
  return false if value.nil?

  COMPOUNDING_STRATEGY.include?(value)
end