Module: Freedom::Config

Defined in:
lib/freedom/core/config.rb

Class Attribute Summary collapse

Class Attribute Details

.controller_dirObject

Returns the value of attribute controller_dir.



6
7
8
# File 'lib/freedom/core/config.rb', line 6

def controller_dir
  @controller_dir
end

.encodingObject

Returns the value of attribute encoding.



8
9
10
# File 'lib/freedom/core/config.rb', line 8

def encoding
  @encoding
end

.log_file_nameObject

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_dirObject

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_dirObject

Returns the value of attribute views_dir.



5
6
7
# File 'lib/freedom/core/config.rb', line 5

def views_dir
  @views_dir
end