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