Class: Disguise::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/disguise/config.rb

Class Attribute Summary collapse

Class Attribute Details

.theme_full_base_pathObject

Returns the value of attribute theme_full_base_path.



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

def theme_full_base_path
  @theme_full_base_path
end

.theme_pathObject

Returns the value of attribute theme_path.



7
8
9
# File 'lib/disguise/config.rb', line 7

def theme_path
  @theme_path
end

.themes_enabledObject

Returns the value of attribute themes_enabled.



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

def themes_enabled
  @themes_enabled
end

.use_domain_for_themesObject

Returns the value of attribute use_domain_for_themes.



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

def use_domain_for_themes
  @use_domain_for_themes
end