lib/voucherify/client.rb in voucherify-4.0.0 vs lib/voucherify/client.rb in voucherify-4.1.0

- old
+ new

@@ -18,9 +18,13 @@ :accept => :json, }.reject{ |k,v| v.nil? } @timeout = @options[:timeout] || @options['timeout'] end + def async_actions + Voucherify::Service::AsyncActions.new(self) + end + def vouchers Voucherify::Service::Vouchers.new(self) end def distributions