Class: Simplepay::Support::BillingFrequency

Inherits:
Interval
  • Object
show all
Defined in:
lib/simplepay/support/billing_frequency.rb

Constant Summary collapse

ALLOWED_INTERVALS =
Simplepay::Intervals
ALLOWED_QUANTITY_RANGE =

Limited to 2 digits.

(1...100)

Constants inherited from Interval

Interval::DEFAULT_INTERVAL, Interval::DEFAULT_QUANTITY

Instance Attribute Summary

Attributes inherited from Interval

#interval, #quantity

Method Summary

Methods inherited from Interval

allowed_intervals, #allowed_intervals, allowed_quantity_range, #allowed_quantity_range, default_interval, #default_interval, default_quantity, #default_quantity, #initialize, #to_s

Constructor Details

This class inherits a constructor from Simplepay::Support::Interval