Class: Paypal::WebhooksConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Paypal::WebhooksConfiguration
- Defined in:
- lib/paypal/webhooks.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#webhook_id ⇒ Object
Returns the value of attribute webhook_id.
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger
20 21 22 |
# File 'lib/paypal/webhooks.rb', line 20 def logger @logger end |
#webhook_id ⇒ Object
Returns the value of attribute webhook_id
20 21 22 |
# File 'lib/paypal/webhooks.rb', line 20 def webhook_id @webhook_id end |