lib/moip2/resource/multi_payment.rb in moip2-0.1.4 vs lib/moip2/resource/multi_payment.rb in moip2-1.0.0
- old
+ new
@@ -1,11 +1,9 @@
module Moip2
module Resource
-
class MultiPayment < SimpleDelegator
def intialize(response)
super(response)
end
end
-
end
-end
\ No newline at end of file
+end