Class: Coupon::Tier3PromotionalPricing

Inherits:
Coupon
  • Object
show all
Defined in:
app/services/coupon/tier3_promotional_pricing.rb

Overview

Service object: tier3 promotional pricing.

Class Method Summary collapse

Class Method Details

.friendly_type_nameObject



8
9
10
# File 'app/services/coupon/tier3_promotional_pricing.rb', line 8

def self.friendly_type_name
  "Promo/Coupons"
end

.model_nameObject



4
5
6
# File 'app/services/coupon/tier3_promotional_pricing.rb', line 4

def self.model_name
  Coupon.model_name
end