Method: PostageApp::Configuration#project_root

Defined in:
lib/postageapp/configuration.rb

#project_rootObject

The file path of the project. This is where logs and failed requests can be stored



45
46
47
# File 'lib/postageapp/configuration.rb', line 45

def project_root
  @project_root
end