Class: KStarter::App
- Inherits:
-
Object
- Object
- KStarter::App
- Defined in:
- lib/k_starter/app.rb
Overview
Handle the global access such as configuration, project data
Class Method Summary collapse
Class Method Details
.config ⇒ Object
7 8 9 |
# File 'lib/k_starter/app.rb', line 7 def config @config ||= KStarter::Database::ConfigModel.new end |
.project ⇒ Object
11 12 13 |
# File 'lib/k_starter/app.rb', line 11 def project @project ||= KStarter::Database::ProjectModel.new end |