Class: Stripe::V2::Core::EventDestinationService::CreateParams::WebhookEndpoint
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::EventDestinationService::CreateParams::WebhookEndpoint
- Defined in:
- lib/stripe/services/v2/core/event_destination_service.rb
Instance Attribute Summary collapse
-
#url ⇒ Object
The URL of the webhook endpoint.
Instance Method Summary collapse
-
#initialize(url: nil) ⇒ WebhookEndpoint
constructor
A new instance of WebhookEndpoint.
Methods inherited from RequestParams
Constructor Details
#initialize(url: nil) ⇒ WebhookEndpoint
Returns a new instance of WebhookEndpoint.
25 26 27 |
# File 'lib/stripe/services/v2/core/event_destination_service.rb', line 25 def initialize(url: nil) @url = url end |
Instance Attribute Details
#url ⇒ Object
The URL of the webhook endpoint.
23 24 25 |
# File 'lib/stripe/services/v2/core/event_destination_service.rb', line 23 def url @url end |