Class: Polivalente::Configuration
- Inherits:
-
Object
- Object
- Polivalente::Configuration
- Defined in:
- lib/polivalente/configuration.rb
Instance Attribute Summary collapse
-
#base_api_controller ⇒ Object
Returns the value of attribute base_api_controller.
-
#base_controller ⇒ Object
Returns the value of attribute base_controller.
-
#inactive_account_ttl ⇒ Object
Returns the value of attribute inactive_account_ttl.
-
#spam_account_ttl ⇒ Object
Returns the value of attribute spam_account_ttl.
-
#supported_locales ⇒ Object
Returns the value of attribute supported_locales.
-
#trash_ttl ⇒ Object
Returns the value of attribute trash_ttl.
-
#user_class ⇒ Object
Returns the value of attribute user_class.
Instance Attribute Details
#base_api_controller ⇒ Object
Returns the value of attribute base_api_controller.
4 5 6 |
# File 'lib/polivalente/configuration.rb', line 4 def base_api_controller @base_api_controller end |
#base_controller ⇒ Object
Returns the value of attribute base_controller.
3 4 5 |
# File 'lib/polivalente/configuration.rb', line 3 def base_controller @base_controller end |
#inactive_account_ttl ⇒ Object
Returns the value of attribute inactive_account_ttl.
5 6 7 |
# File 'lib/polivalente/configuration.rb', line 5 def inactive_account_ttl @inactive_account_ttl end |
#spam_account_ttl ⇒ Object
Returns the value of attribute spam_account_ttl.
6 7 8 |
# File 'lib/polivalente/configuration.rb', line 6 def spam_account_ttl @spam_account_ttl end |
#supported_locales ⇒ Object
Returns the value of attribute supported_locales.
7 8 9 |
# File 'lib/polivalente/configuration.rb', line 7 def supported_locales @supported_locales end |
#trash_ttl ⇒ Object
Returns the value of attribute trash_ttl.
8 9 10 |
# File 'lib/polivalente/configuration.rb', line 8 def trash_ttl @trash_ttl end |
#user_class ⇒ Object
Returns the value of attribute user_class.
9 10 11 |
# File 'lib/polivalente/configuration.rb', line 9 def user_class @user_class end |