Class: CheckoutSdk::Payments::OctopusSource
- Inherits:
-
PaymentSource
- Object
- PaymentSource
- CheckoutSdk::Payments::OctopusSource
- Defined in:
- lib/checkout_sdk/payments/source/apm/octopus_source.rb
Instance Attribute Summary
Attributes inherited from PaymentSource
Instance Method Summary collapse
-
#initialize ⇒ OctopusSource
constructor
A new instance of OctopusSource.
Constructor Details
#initialize ⇒ OctopusSource
Returns a new instance of OctopusSource.
6 7 8 |
# File 'lib/checkout_sdk/payments/source/apm/octopus_source.rb', line 6 def initialize super CheckoutSdk::Common::PaymentSourceType::OCTOPUS end |