module Moip2 module Resource class MultiPayment < SimpleDelegator def intialize(response) super(response) end end end end