Module: SBF::Client::Donation::PromoCode
- Defined in:
- lib/stbaldricks/entities/donation/promo_code.rb
Constant Summary collapse
- HOLIDAY_GIVING =
'holiday_giving'
- IN_PLAY =
'in_play'
- MOTHERS_DAY =
'mothers_day'
- PHINEAS =
'phineas'
- SEPTEMBER =
'september'
- IMPACT_DG =
'impact_dg'
- GIVING_TUESDAY =
'giving_tuesday'
- SURVIVOR =
'survivor'
- SPONSORSHIP =
'sponsorship'
- LAPSED_LOW =
'lapsed_low'
- LAPSED_MID =
'lapsed_mid'
- RMMEVENTS =
'rmmevents'
- YEAR_END_DG =
'year_end_dg'
- LAPSED_DG =
'lapsed_dg'
- FB_FUNDRAISER =
'fb_fundraiser'
- MOBILE_CAUSE =
'mobile_cause'
- INTERNATIONAL =
'international'
- ACS =
'acs'
- HEAD_SHAVING =
'head_shaving'
- SPORT_CLIPS =
'sport_clips'
- TWENTIETH_ANNIVERSARY =
'20th_anniversary'
- DWYW =
'dwyw'
- GRANTS =
'grants'
- SUMMER =
'summer'
- ADVOCACY =
'advocacy'
- MISSION =
'mission'
- RECURRING_GIVING =
'recurring_giving'
- ACSEVENTS =
'acsevents'
- HS_TO_DONOR =
'hs_to_donor'
- WIRELESS_VISION =
'wireless_vision'
- BMC =
'bmc'
- DUTCH_BROS =
'dutch_bros'
- FADO =
'fado'
- SAP =
'sap'
- BLANK1 =
'blank1'
- BLANK2 =
'blank2'
- BLANK3 =
'blank3'
- BLANK4 =
'blank4'
- BLANK5 =
'blank5'
- BLANK6 =
'blank6'
- BLANK7 =
'blank7'
- BLANK8 =
'blank8'
- BLANK9 =
'blank9'
- BLANK10 =
'blank10'
Class Method Summary collapse
Class Method Details
.to_a ⇒ Object
52 53 54 55 56 57 58 59 |
# File 'lib/stbaldricks/entities/donation/promo_code.rb', line 52 def self.to_a # Defining the array explicitly, in order rather than const_getting since some things in website-ruby depend on the order [HOLIDAY_GIVING, IN_PLAY, MOTHERS_DAY, PHINEAS, SEPTEMBER, IMPACT_DG, GIVING_TUESDAY, SURVIVOR, SPONSORSHIP, LAPSED_LOW, LAPSED_MID, RMMEVENTS, YEAR_END_DG, LAPSED_DG, FB_FUNDRAISER, MOBILE_CAUSE, INTERNATIONAL, ACS, HEAD_SHAVING, SPORT_CLIPS, TWENTIETH_ANNIVERSARY, DWYW, GRANTS, SUMMER, ADVOCACY, MISSION, RECURRING_GIVING, ACSEVENTS, HS_TO_DONOR, WIRELESS_VISION, BMC, DUTCH_BROS, FADO, SAP, BLANK1, BLANK2, BLANK3, BLANK4, BLANK5, BLANK6, BLANK7, BLANK8, BLANK9, BLANK10] end |