Skip to content

Commit dc3e074

Browse files
committed
Remove unused var
1 parent 655dab7 commit dc3e074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/afip/web_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Afip
44
class WebService
55
# Configurable options
6-
attr_accessor :var, :soapv12, :WSDL, :URL, :WSDL_TEST, :URL_TEST, :afip, :options
6+
attr_accessor :soapv12, :WSDL, :URL, :WSDL_TEST, :URL_TEST, :afip, :options
77

88
def initialize(afip, options = {})
99
self.afip = afip

0 commit comments

Comments
 (0)