Module: Waw::Kern::FreezedState
- Included in:
- App
- Defined in:
- lib/waw/kern/freezed_state.rb
Overview
Contains all attribute accessors for what is considered freezed after application loading.
Instance Attribute Summary collapse
-
#app ⇒ Object
Rack user’s application.
-
#config ⇒ Object
::Waw::Config instance.
-
#deploy_words ⇒ Object
Deploy words found in waw.deploy.
-
#logger ⇒ Object
Logger instance.
-
#resources ⇒ Object
::Waw::ResourceCollection instance.
-
#root_folder ⇒ Object
Root application folder.
-
#routing ⇒ Object
Routing name.
Instance Attribute Details
#app ⇒ Object
Rack user’s application
28 29 30 |
# File 'lib/waw/kern/freezed_state.rb', line 28 def app @app end |
#config ⇒ Object
::Waw::Config instance
16 17 18 |
# File 'lib/waw/kern/freezed_state.rb', line 16 def config @config end |
#deploy_words ⇒ Object
Deploy words found in waw.deploy
13 14 15 |
# File 'lib/waw/kern/freezed_state.rb', line 13 def deploy_words @deploy_words end |
#logger ⇒ Object
Logger instance
19 20 21 |
# File 'lib/waw/kern/freezed_state.rb', line 19 def logger @logger end |
#resources ⇒ Object
::Waw::ResourceCollection instance
22 23 24 |
# File 'lib/waw/kern/freezed_state.rb', line 22 def resources @resources end |
#root_folder ⇒ Object
Root application folder
10 11 12 |
# File 'lib/waw/kern/freezed_state.rb', line 10 def root_folder @root_folder end |
#routing ⇒ Object
Routing name
25 26 27 |
# File 'lib/waw/kern/freezed_state.rb', line 25 def routing @routing end |