Module: Freedom::Config
- Defined in:
- lib/freedom/core/config.rb
Class Attribute Summary collapse
-
.controller_dir ⇒ Object
Returns the value of attribute controller_dir.
-
.encoding ⇒ Object
Returns the value of attribute encoding.
-
.log_file_name ⇒ Object
Returns the value of attribute log_file_name.
-
.public_dir ⇒ Object
Returns the value of attribute public_dir.
-
.views_dir ⇒ Object
Returns the value of attribute views_dir.
Class Attribute Details
.controller_dir ⇒ Object
Returns the value of attribute controller_dir.
6 7 8 |
# File 'lib/freedom/core/config.rb', line 6 def controller_dir @controller_dir end |
.encoding ⇒ Object
Returns the value of attribute encoding.
8 9 10 |
# File 'lib/freedom/core/config.rb', line 8 def encoding @encoding end |
.log_file_name ⇒ Object
Returns the value of attribute log_file_name.
10 11 12 |
# File 'lib/freedom/core/config.rb', line 10 def log_file_name @log_file_name end |
.public_dir ⇒ Object
Returns the value of attribute public_dir.
4 5 6 |
# File 'lib/freedom/core/config.rb', line 4 def public_dir @public_dir end |
.views_dir ⇒ Object
Returns the value of attribute views_dir.
5 6 7 |
# File 'lib/freedom/core/config.rb', line 5 def views_dir @views_dir end |