lib/moip2/resource/webhooks.rb in moip2-0.1.4 vs lib/moip2/resource/webhooks.rb in moip2-1.0.0
- old
+ new
@@ -1,14 +1,12 @@
module Moip2
- module Resource
-
- class Webhooks < SimpleDelegator
- attr_reader :client
-
- def initialize(client, response)
- super(response)
- @client = client
- end
- end
-
- end
-end
\ No newline at end of file
+ module Resource
+ class Webhooks < SimpleDelegator
+ attr_reader :client
+
+ def initialize(client, response)
+ super(response)
+ @client = client
+ end
+ end
+ end
+end