Class: Lesli::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/lesli/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



37
38
39
40
# File 'lib/lesli/configuration.rb', line 37

def initialize
    @demo = false
    @company = {}
end

Instance Attribute Details

#companyObject

Returns the value of attribute company.



35
36
37
# File 'lib/lesli/configuration.rb', line 35

def company
  @company
end

#datetimeObject

Returns the value of attribute datetime.



35
36
37
# File 'lib/lesli/configuration.rb', line 35

def datetime
  @datetime
end

#demoObject

Returns the value of attribute demo.



35
36
37
# File 'lib/lesli/configuration.rb', line 35

def demo
  @demo
end

#instanceObject

Returns the value of attribute instance.



35
36
37
# File 'lib/lesli/configuration.rb', line 35

def instance
  @instance
end

#layoutObject

Returns the value of attribute layout.



35
36
37
# File 'lib/lesli/configuration.rb', line 35

def layout
  @layout
end

#localesObject

Returns the value of attribute locales.



35
36
37
# File 'lib/lesli/configuration.rb', line 35

def locales
  @locales
end

#mailerObject

Returns the value of attribute mailer.



35
36
37
# File 'lib/lesli/configuration.rb', line 35

def mailer
  @mailer
end

#path_after_loginObject

Returns the value of attribute path_after_login.



35
36
37
# File 'lib/lesli/configuration.rb', line 35

def 
  @path_after_login
end

#securityObject

Returns the value of attribute security.



35
36
37
# File 'lib/lesli/configuration.rb', line 35

def security
  @security
end

#themeObject

Returns the value of attribute theme.



35
36
37
# File 'lib/lesli/configuration.rb', line 35

def theme
  @theme
end