Class: GpWebpay::Http::Services::VerifyCard
- Inherits:
-
BaseSignedRequest
- Object
- Service
- BaseSignedRequest
- GpWebpay::Http::Services::VerifyCard
- Defined in:
- lib/gp_webpay/http/services/verify_card.rb
Instance Attribute Summary
Attributes inherited from BaseSignedRequest
#attributes, #config, #locale, #operation, #url_attributes
Instance Method Summary collapse
-
#initialize(attributes, locale, merchant_number: nil, url_attributes: {}) ⇒ VerifyCard
constructor
A new instance of VerifyCard.
Methods inherited from BaseSignedRequest
Methods inherited from Service
Constructor Details
#initialize(attributes, locale, merchant_number: nil, url_attributes: {}) ⇒ VerifyCard
Returns a new instance of VerifyCard.
8 9 10 |
# File 'lib/gp_webpay/http/services/verify_card.rb', line 8 def initialize(attributes, locale, merchant_number: nil, url_attributes: {}) super(attributes, locale, 'CARD_VERIFICATION', merchant_number: merchant_number, url_attributes: url_attributes) end |