Class: Pay::AwsMarketplace::PaymentMethodError
- Defined in:
- lib/pay/aws_marketplace.rb
Instance Method Summary collapse
-
#initialize(msg = "AWS Marketplace only allows payment via customer AWS account") ⇒ PaymentMethodError
constructor
A new instance of PaymentMethodError.
Constructor Details
#initialize(msg = "AWS Marketplace only allows payment via customer AWS account") ⇒ PaymentMethodError
Returns a new instance of PaymentMethodError.
22 23 24 |
# File 'lib/pay/aws_marketplace.rb', line 22 def initialize(msg = "AWS Marketplace only allows payment via customer AWS account") super end |