Class: Coupon::Tier1BaseItemPricing

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

Overview

Service object: tier1 base item pricing.

Class Method Summary collapse

Class Method Details

.friendly_type_nameObject



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

def self.friendly_type_name
  "Item/Volume Pricing"
end

.model_nameObject



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

def self.model_name
  Coupon.model_name
end