class Paypal::Payment::Response::Refund
Attributes
amount[RW]
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
Paypal::Base::new
# File lib/paypal/payment/response/refund.rb, line 7 def initialize(attributes = {}) super @amount = Common::Amount.new(attributes[:amount]) end