Class: EPlat::Woocommerce::Webhook
- Inherits:
-
EPlat::Webhook
- Object
- EPlat::Webhook
- EPlat::Woocommerce::Webhook
- Defined in:
- lib/e_plat/resource/platform_specific/woocommerce/webhook.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
3 4 5 6 |
# File 'lib/e_plat/resource/platform_specific/woocommerce/webhook.rb', line 3 def destroy self.status = "disabled" self.save end |