Class: SolidusSubscriptions::Dispatcher::OutOfStockDispatcher

Inherits:
Base
  • Object
show all
Defined in:
lib/solidus_subscriptions/dispatcher/out_of_stock_dispatcher.rb

Instance Attribute Summary

Attributes inherited from Base

#installment, #order

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from SolidusSubscriptions::Dispatcher::Base

Instance Method Details

#dispatchObject

[View source]

6
7
8
# File 'lib/solidus_subscriptions/dispatcher/out_of_stock_dispatcher.rb', line 6

def dispatch
  installment.out_of_stock
end