Module: ClientSideValidations::Config
- Defined in:
- lib/client_side_validations/config.rb
Class Attribute Summary collapse
-
.disabled_validators ⇒ Object
Returns the value of attribute disabled_validators.
-
.number_format_with_locale ⇒ Object
Returns the value of attribute number_format_with_locale.
-
.root_path ⇒ Object
Returns the value of attribute root_path.
Class Attribute Details
.disabled_validators ⇒ Object
Returns the value of attribute disabled_validators.
6 7 8 |
# File 'lib/client_side_validations/config.rb', line 6 def disabled_validators @disabled_validators end |
.number_format_with_locale ⇒ Object
Returns the value of attribute number_format_with_locale.
6 7 8 |
# File 'lib/client_side_validations/config.rb', line 6 def number_format_with_locale @number_format_with_locale end |
.root_path ⇒ Object
Returns the value of attribute root_path.
6 7 8 |
# File 'lib/client_side_validations/config.rb', line 6 def root_path @root_path end |