Module: Chapp
- Defined in:
- lib/chapp.rb,
lib/chapp/app.rb,
lib/chapp/wiring.rb,
lib/chapp/database.rb,
lib/chapp/app_config.rb,
lib/chapp/provisioner.rb,
lib/chapp/app/node_app.rb,
lib/chapp/app_instance.rb,
lib/chapp/provisioner/property_provisioner.rb
Defined Under Namespace
Classes: App, AppConfig, AppInstance, Database, NodeApp, PropertyProvisioner, Provisioner, Wiring
Class Method Summary
collapse
Class Method Details
.database ⇒ Object
11
12
13
|
# File 'lib/chapp.rb', line 11
def self.database
Chapp::Database.new
end
|