Class: MercadoPago::SearchAdvancedPayment
- Inherits:
-
BaseAction
- Object
- BaseAction
- MercadoPago::SearchAdvancedPayment
- Defined in:
- lib/mercado_pago/actions/search_advanced_payment.rb
Instance Method Summary collapse
-
#initialize(payment_id) ⇒ SearchAdvancedPayment
constructor
A new instance of SearchAdvancedPayment.
Methods inherited from BaseAction
Constructor Details
#initialize(payment_id) ⇒ SearchAdvancedPayment
Returns a new instance of SearchAdvancedPayment.
4 5 6 7 |
# File 'lib/mercado_pago/actions/search_advanced_payment.rb', line 4 def initialize(payment_id) super() self.payment_id = payment_id end |