Class: Conf
Overview
Classe permettant de gérer le core (configuration unique)
Instance Attribute Summary collapse
-
#app ⇒ Object
readonly
Returns the value of attribute app.
-
#db ⇒ Object
readonly
Returns the value of attribute db.
Instance Method Summary collapse
-
#initialize ⇒ Conf
constructor
Initialisation.
Constructor Details
Instance Attribute Details
#app ⇒ Object (readonly)
Returns the value of attribute app
15 16 17 |
# File 'app/core/Conf.rb', line 15 def app @app end |
#db ⇒ Object (readonly)
Returns the value of attribute db
15 16 17 |
# File 'app/core/Conf.rb', line 15 def db @db end |