class Workarea::Paypal::Requests::ListWebhooks

Attributes

body[RW]
headers[RW]
path[RW]
verb[RW]

Public Class Methods

new() click to toggle source
# File lib/workarea/paypal/requests/list_webhooks.rb, line 7
def initialize
  @headers = {}
  @body = nil
  @verb = "GET"
  @path = "/v1/notifications/webhooks"
  @headers["Content-Type"] = "application/json"
end