lib/moip2/resource/invoice.rb in moip2-0.1.4 vs lib/moip2/resource/invoice.rb in moip2-1.0.0
- old
+ new
@@ -1,14 +1,12 @@
module Moip2
module Resource
-
class Invoice < SimpleDelegator
attr_reader :client
def initialize(client, response)
super(response)
@client = client
end
end
-
end
end