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