class App::HabitatSettings
- App::HabitatSettings
- Reference
- Object
Defined in:
app_settings.crClass Method Summary
- .email_from : String
- .email_from=(value : String)
-
.email_from?
Used for checking missing settings on non-nilable types It's advised to use email_from in your apps to ensure the propper type is checked.
- .email_reply_to : String
- .email_reply_to=(value : String)
-
.email_reply_to?
Used for checking missing settings on non-nilable types It's advised to use email_reply_to in your apps to ensure the propper type is checked.
- .favicon_url : String
- .favicon_url=(value : String)
-
.favicon_url?
Used for checking missing settings on non-nilable types It's advised to use favicon_url in your apps to ensure the propper type is checked.
- .keep_bearer_logins_for : Time::Span
- .keep_bearer_logins_for=(value : Time::Span)
-
.keep_bearer_logins_for?
Used for checking missing settings on non-nilable types It's advised to use keep_bearer_logins_for in your apps to ensure the propper type is checked.
- .keep_email_confirmations_for : Time::Span
- .keep_email_confirmations_for=(value : Time::Span)
-
.keep_email_confirmations_for?
Used for checking missing settings on non-nilable types It's advised to use keep_email_confirmations_for in your apps to ensure the propper type is checked.
- .keep_logins_for : Time::Span
- .keep_logins_for=(value : Time::Span)
-
.keep_logins_for?
Used for checking missing settings on non-nilable types It's advised to use keep_logins_for in your apps to ensure the propper type is checked.
- .keep_password_resets_for : Time::Span
- .keep_password_resets_for=(value : Time::Span)
-
.keep_password_resets_for?
Used for checking missing settings on non-nilable types It's advised to use keep_password_resets_for in your apps to ensure the propper type is checked.
- .logo_url : String
- .logo_url=(value : String)
-
.logo_url?
Used for checking missing settings on non-nilable types It's advised to use logo_url in your apps to ensure the propper type is checked.
- .make_first_user_admin : Bool
- .make_first_user_admin=(value : Bool)
-
.make_first_user_admin?
Used for checking missing settings on non-nilable types It's advised to use make_first_user_admin in your apps to ensure the propper type is checked.
- .name : String
- .name=(value : String)
-
.name?
Used for checking missing settings on non-nilable types It's advised to use name in your apps to ensure the propper type is checked.
- .timezone : Time::Location | Nil
- .timezone=(value : Time::Location | Nil)
-
.timezone?
Used for checking missing settings on non-nilable types It's advised to use timezone in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
- .url : String
- .url=(value : String)
-
.url?
Used for checking missing settings on non-nilable types It's advised to use url in your apps to ensure the propper type is checked.
Class Method Detail
Used for checking missing settings on non-nilable types It's advised to use email_from in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use email_reply_to in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use favicon_url in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use keep_bearer_logins_for in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use keep_email_confirmations_for in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use keep_logins_for in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use keep_password_resets_for in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use logo_url in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use make_first_user_admin in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use name in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use timezone in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use url in your apps to ensure the propper type is checked.