Class: CheckoutSdk::Workflows::WebhookSignature

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/workflows/webhook_signature.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Returns:

  • (String)


9
10
11
12
# File 'lib/checkout_sdk/workflows/webhook_signature.rb', line 9

class WebhookSignature
  attr_accessor :method,
                :key
end

#methodString

Returns:

  • (String)


9
10
11
12
# File 'lib/checkout_sdk/workflows/webhook_signature.rb', line 9

class WebhookSignature
  attr_accessor :method,
                :key
end