Module: SimpleMarketplace::Offerable

Instance Method Summary collapse

Instance Method Details

#call(items, total) ⇒ Object

Every new offer/promotion will have to implement this method in order to execute its promotional rules.



5
6
7
# File 'lib/simple_marketplace/offerable.rb', line 5

def call(items, total)
  raise "Must implement"
end