Module: PricingPlans::DSL

Included in:
Configuration
Defined in:
lib/pricing_plans/dsl.rb

Constant Summary collapse

PERIOD_OPTIONS =

Period constants for easy reference

[
  :billing_cycle,
  :calendar_month,
  :calendar_week,
  :calendar_day,
  :month,
  :week,
  :day
].freeze