Method: Einvoice::Configuration#reset

Defined in:
lib/einvoice/configuration.rb

#resetObject



37
38
39
40
41
42
43
44
# File 'lib/einvoice/configuration.rb', line 37

def reset
  self.client_id       = DEFAULT_CLIENT_ID
  self.client_secret   = DEFAULT_CLIENT_SECRET
  self.endpoint        = DEFAULT_ENDPOINT
  self.endpoint_url    = DEFAULT_ENDPOINT_URL
  self.encryption_keys = DEFAULT_ENCRYPTION_KEYS
  self.format          = DEFAULT_FORMAT
end