Method: NetSuite::Configuration#clear_wsdl_cache
- Defined in:
- lib/netsuite/configuration.rb
#clear_wsdl_cache ⇒ Object
65 66 67 68 69 70 71 |
# File 'lib/netsuite/configuration.rb', line 65 def clear_wsdl_cache if multi_tenant? Thread.current[:netsuite_gem_wsdl_cache] = {} else @wsdl_cache = {} end end |