class Kounta::Webhook

Public Instance Methods

resource_path() click to toggle source
# File lib/kounta/webhook.rb, line 12
def resource_path
  { companies: company_id, webhooks: id }
end