Class: Gemgento::StockNotification
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Gemgento::StockNotification
- Defined in:
- app/models/gemgento/stock_notification.rb
Overview
Instance Method Summary collapse
Instance Method Details
#push_to_magento ⇒ Object
12 13 14 15 |
# File 'app/models/gemgento/stock_notification.rb', line 12 def push_to_magento magento_product_id = Product.find(product_id).magento_id API::SOAP::StockNotification.add(magento_product_id, product_name, product_url, name, email, phone) end |