Module: RailsOnboarding::Configuration::Integrations
- Included in:
- RailsOnboarding::Configuration
- Defined in:
- lib/rails_onboarding/configuration/integrations.rb
Overview
Integration & compatibility options (Devise, Turbo, API mode, background jobs, mailer).
Instance Attribute Summary collapse
-
#api_authentication_method ⇒ Object
Returns the value of attribute api_authentication_method.
-
#api_mode_enabled ⇒ Object
Returns the value of attribute api_mode_enabled.
-
#background_jobs_enabled ⇒ Object
Returns the value of attribute background_jobs_enabled.
-
#background_jobs_queue ⇒ Object
Returns the value of attribute background_jobs_queue.
-
#devise_integration_enabled ⇒ Object
Returns the value of attribute devise_integration_enabled.
-
#mailer_from ⇒ Object
Returns the value of attribute mailer_from.
-
#redirect_unconfirmed_to_onboarding ⇒ Object
Returns the value of attribute redirect_unconfirmed_to_onboarding.
-
#turbo_morphing_enabled ⇒ Object
Returns the value of attribute turbo_morphing_enabled.
-
#turbo_streams_enabled ⇒ Object
Returns the value of attribute turbo_streams_enabled.
Instance Attribute Details
#api_authentication_method ⇒ Object
Returns the value of attribute api_authentication_method.
6 7 8 |
# File 'lib/rails_onboarding/configuration/integrations.rb', line 6 def api_authentication_method @api_authentication_method end |
#api_mode_enabled ⇒ Object
Returns the value of attribute api_mode_enabled.
6 7 8 |
# File 'lib/rails_onboarding/configuration/integrations.rb', line 6 def api_mode_enabled @api_mode_enabled end |
#background_jobs_enabled ⇒ Object
Returns the value of attribute background_jobs_enabled.
6 7 8 |
# File 'lib/rails_onboarding/configuration/integrations.rb', line 6 def background_jobs_enabled @background_jobs_enabled end |
#background_jobs_queue ⇒ Object
Returns the value of attribute background_jobs_queue.
6 7 8 |
# File 'lib/rails_onboarding/configuration/integrations.rb', line 6 def background_jobs_queue @background_jobs_queue end |
#devise_integration_enabled ⇒ Object
Returns the value of attribute devise_integration_enabled.
6 7 8 |
# File 'lib/rails_onboarding/configuration/integrations.rb', line 6 def devise_integration_enabled @devise_integration_enabled end |
#mailer_from ⇒ Object
Returns the value of attribute mailer_from.
6 7 8 |
# File 'lib/rails_onboarding/configuration/integrations.rb', line 6 def mailer_from @mailer_from end |
#redirect_unconfirmed_to_onboarding ⇒ Object
Returns the value of attribute redirect_unconfirmed_to_onboarding.
6 7 8 |
# File 'lib/rails_onboarding/configuration/integrations.rb', line 6 def redirect_unconfirmed_to_onboarding @redirect_unconfirmed_to_onboarding end |
#turbo_morphing_enabled ⇒ Object
Returns the value of attribute turbo_morphing_enabled.
6 7 8 |
# File 'lib/rails_onboarding/configuration/integrations.rb', line 6 def turbo_morphing_enabled @turbo_morphing_enabled end |
#turbo_streams_enabled ⇒ Object
Returns the value of attribute turbo_streams_enabled.
6 7 8 |
# File 'lib/rails_onboarding/configuration/integrations.rb', line 6 def turbo_streams_enabled @turbo_streams_enabled end |