Class: KStarter::App

Inherits:
Object
  • Object
show all
Defined in:
lib/k_starter/app.rb

Overview

Handle the global access such as configuration, project data

Class Method Summary collapse

Class Method Details

.configObject



7
8
9
# File 'lib/k_starter/app.rb', line 7

def config
  @config ||= KStarter::Database::ConfigModel.new
end

.projectObject



11
12
13
# File 'lib/k_starter/app.rb', line 11

def project
  @project ||= KStarter::Database::ProjectModel.new
end