Method: Spree::Exchange#initialize

Defined in:
app/models/spree/exchange.rb

#initialize(order, reimbursement_objects) ⇒ Exchange

Returns a new instance of Exchange.



8
9
10
11
# File 'app/models/spree/exchange.rb', line 8

def initialize(order, reimbursement_objects)
  @order = order
  @reimbursement_objects = reimbursement_objects
end