Method: NetSuite::Configuration#log

Defined in:
lib/netsuite/configuration.rb

#log(path = nil) ⇒ Object



165
166
167
168
# File 'lib/netsuite/configuration.rb', line 165

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