Class: RouteTranslator::Configuration
- Inherits:
-
Struct
- Object
- Struct
- RouteTranslator::Configuration
- Defined in:
- lib/route_translator.rb
Instance Attribute Summary collapse
-
#available_locales ⇒ Object
Returns the value of attribute available_locales.
-
#disable_fallback ⇒ Object
Returns the value of attribute disable_fallback.
-
#force_locale ⇒ Object
Returns the value of attribute force_locale.
-
#generate_unlocalized_routes ⇒ Object
Returns the value of attribute generate_unlocalized_routes.
-
#generate_unnamed_unlocalized_routes ⇒ Object
Returns the value of attribute generate_unnamed_unlocalized_routes.
-
#hide_locale ⇒ Object
Returns the value of attribute hide_locale.
-
#host_locales ⇒ Object
Returns the value of attribute host_locales.
-
#locale_param_key ⇒ Object
Returns the value of attribute locale_param_key.
-
#locale_segment_proc ⇒ Object
Returns the value of attribute locale_segment_proc.
-
#verify_host_path_consistency ⇒ Object
Returns the value of attribute verify_host_path_consistency.
Instance Attribute Details
#available_locales ⇒ Object
Returns the value of attribute available_locales
16 17 18 |
# File 'lib/route_translator.rb', line 16 def available_locales @available_locales end |
#disable_fallback ⇒ Object
Returns the value of attribute disable_fallback
16 17 18 |
# File 'lib/route_translator.rb', line 16 def disable_fallback @disable_fallback end |
#force_locale ⇒ Object
Returns the value of attribute force_locale
16 17 18 |
# File 'lib/route_translator.rb', line 16 def force_locale @force_locale end |
#generate_unlocalized_routes ⇒ Object
Returns the value of attribute generate_unlocalized_routes
16 17 18 |
# File 'lib/route_translator.rb', line 16 def generate_unlocalized_routes @generate_unlocalized_routes end |
#generate_unnamed_unlocalized_routes ⇒ Object
Returns the value of attribute generate_unnamed_unlocalized_routes
16 17 18 |
# File 'lib/route_translator.rb', line 16 def generate_unnamed_unlocalized_routes @generate_unnamed_unlocalized_routes end |
#hide_locale ⇒ Object
Returns the value of attribute hide_locale
16 17 18 |
# File 'lib/route_translator.rb', line 16 def hide_locale @hide_locale end |
#host_locales ⇒ Object
Returns the value of attribute host_locales
16 17 18 |
# File 'lib/route_translator.rb', line 16 def host_locales @host_locales end |
#locale_param_key ⇒ Object
Returns the value of attribute locale_param_key
16 17 18 |
# File 'lib/route_translator.rb', line 16 def locale_param_key @locale_param_key end |
#locale_segment_proc ⇒ Object
Returns the value of attribute locale_segment_proc
16 17 18 |
# File 'lib/route_translator.rb', line 16 def locale_segment_proc @locale_segment_proc end |
#verify_host_path_consistency ⇒ Object
Returns the value of attribute verify_host_path_consistency
16 17 18 |
# File 'lib/route_translator.rb', line 16 def verify_host_path_consistency @verify_host_path_consistency end |