Class: PayPal::AdaptivePayments::Response::RefundInfoList
- Inherits:
-
Object
- Object
- PayPal::AdaptivePayments::Response::RefundInfoList
- Includes:
- Common::Base
- Defined in:
- lib/paypal/adaptive_payments/response/refund_info_list.rb
Instance Attribute Summary collapse
-
#refund_info ⇒ Object
Returns the value of attribute refund_info.
Instance Method Summary collapse
Methods included from Common::Base
#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore
Instance Attribute Details
#refund_info ⇒ Object
Returns the value of attribute refund_info.
5 6 7 |
# File 'lib/paypal/adaptive_payments/response/refund_info_list.rb', line 5 def refund_info @refund_info end |
Instance Method Details
#set_refund_info(value) ⇒ Object
7 8 9 |
# File 'lib/paypal/adaptive_payments/response/refund_info_list.rb', line 7 def set_refund_info(value) self.refund_info = build_value(RefundInfo, value) end |