Class: Gemgento::API::SOAP::EnterpriseGiftMessage::GiftMessage
- Inherits:
-
Object
- Object
- Gemgento::API::SOAP::EnterpriseGiftMessage::GiftMessage
- Defined in:
- lib/gemgento/api/soap/enterprise_gift_message/gift_message.rb
Class Method Summary collapse
- .set_for_quote ⇒ Object
- .set_for_quote_item ⇒ Object
- .set_for_quote_product ⇒ Object
- .sync_magento_to_local(source) ⇒ Object
Class Method Details
.set_for_quote ⇒ Object
7 8 9 |
# File 'lib/gemgento/api/soap/enterprise_gift_message/gift_message.rb', line 7 def self.set_for_quote # TODO: Create hold API call end |
.set_for_quote_item ⇒ Object
11 12 13 |
# File 'lib/gemgento/api/soap/enterprise_gift_message/gift_message.rb', line 11 def self.set_for_quote_item # TODO: Create unhold API call end |
.set_for_quote_product ⇒ Object
15 16 17 |
# File 'lib/gemgento/api/soap/enterprise_gift_message/gift_message.rb', line 15 def self.set_for_quote_product # TODO: Create cancel API call end |
.sync_magento_to_local(source) ⇒ Object
19 20 21 |
# File 'lib/gemgento/api/soap/enterprise_gift_message/gift_message.rb', line 19 def self.sync_magento_to_local(source) # TODO: save gift messages locally end |