Method: NetSuite::Configuration#log

Defined in:
lib/netsuite/configuration.rb

#log(path = nil) ⇒ Object



185
186
187
188
# File 'lib/netsuite/configuration.rb', line 185

def log(path = nil)
  self.log = path if path
  attributes[:log]
end