Class: PayPal::Recurring::Response::Refund
- Defined in:
- lib/paypal/recurring/response/refund.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#errors, #initialize, #params, #success?, #valid?
Methods included from Utils
Constructor Details
This class inherits a constructor from PayPal::Recurring::Response::Base
Instance Method Details
#completed? ⇒ Boolean
17 18 19 |
# File 'lib/paypal/recurring/response/refund.rb', line 17 def completed? params[:REFUNDSTATUS] == "instant" end |