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

- old
+ new

@@ -1,14 +1,12 @@ module Moip2 module Resource - class Keys < SimpleDelegator attr_reader :client def initialize(client, response) super(response) @client = client end end - end -end \ No newline at end of file +end