Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanalemunioz committed Jan 2, 2024
1 parent 655dab7 commit dc3e074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/afip/web_service.rb
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
module Afip
class WebService
# Configurable options
attr_accessor :var, :soapv12, :WSDL, :URL, :WSDL_TEST, :URL_TEST, :afip, :options
attr_accessor :soapv12, :WSDL, :URL, :WSDL_TEST, :URL_TEST, :afip, :options

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

0 comments on commit dc3e074

Please sign in to comment.