Class: ConsoleKit::Configuration::Settings
- Inherits:
-
Struct
- Object
- Struct
- ConsoleKit::Configuration::Settings
- Defined in:
- lib/console_kit/configuration.rb
Overview
Value object for storing configuration settings
Instance Attribute Summary collapse
-
#context_class ⇒ Object
Returns the value of attribute context_class.
-
#pretty_output ⇒ Object
Returns the value of attribute pretty_output.
-
#show_dashboard ⇒ Object
Returns the value of attribute show_dashboard.
-
#sql_base_class ⇒ Object
Returns the value of attribute sql_base_class.
-
#tenants ⇒ Object
Returns the value of attribute tenants.
Instance Attribute Details
#context_class ⇒ Object
Returns the value of attribute context_class
7 8 9 |
# File 'lib/console_kit/configuration.rb', line 7 def context_class @context_class end |
#pretty_output ⇒ Object
Returns the value of attribute pretty_output
7 8 9 |
# File 'lib/console_kit/configuration.rb', line 7 def pretty_output @pretty_output end |
#show_dashboard ⇒ Object
Returns the value of attribute show_dashboard
7 8 9 |
# File 'lib/console_kit/configuration.rb', line 7 def show_dashboard @show_dashboard end |
#sql_base_class ⇒ Object
Returns the value of attribute sql_base_class
7 8 9 |
# File 'lib/console_kit/configuration.rb', line 7 def sql_base_class @sql_base_class end |
#tenants ⇒ Object
Returns the value of attribute tenants
7 8 9 |
# File 'lib/console_kit/configuration.rb', line 7 def tenants @tenants end |