lib/moip2/resource/payment.rb in moip2-0.1.4 vs lib/moip2/resource/payment.rb in moip2-1.0.0

- old
+ new

@@ -1,13 +1,9 @@ module Moip2 module Resource - class Payment < SimpleDelegator - def intialize(response) super(response) end - end - end end