Class: CheckoutSdk::Workflows::WebhookSignature
- Inherits:
-
Object
- Object
- CheckoutSdk::Workflows::WebhookSignature
- Defined in:
- lib/checkout_sdk/workflows/webhook_signature.rb
Instance Attribute Summary collapse
Instance Attribute Details
#key ⇒ String
9 10 11 12 |
# File 'lib/checkout_sdk/workflows/webhook_signature.rb', line 9 class WebhookSignature attr_accessor :method, :key end |
#method ⇒ String
9 10 11 12 |
# File 'lib/checkout_sdk/workflows/webhook_signature.rb', line 9 class WebhookSignature attr_accessor :method, :key end |