Method: ShopifyApp::Configuration#has_webhooks?

Defined in:
lib/shopify_app/configuration.rb

#has_webhooks?Boolean

Returns:

  • (Boolean)


54
55
56
# File 'lib/shopify_app/configuration.rb', line 54

def has_webhooks?
  webhooks.present?
end