Class: Validb::Parameters
- Inherits:
-
Struct
- Object
- Struct
- Validb::Parameters
- Defined in:
- lib/validb/parameters.rb
Instance Attribute Summary collapse
-
#batch_size ⇒ Object
Returns the value of attribute batch_size.
-
#ignored_models ⇒ Object
Returns the value of attribute ignored_models.
-
#ignored_prefixes ⇒ Object
Returns the value of attribute ignored_prefixes.
Instance Attribute Details
#batch_size ⇒ Object
Returns the value of attribute batch_size
2 3 4 |
# File 'lib/validb/parameters.rb', line 2 def batch_size @batch_size end |
#ignored_models ⇒ Object
Returns the value of attribute ignored_models
2 3 4 |
# File 'lib/validb/parameters.rb', line 2 def ignored_models @ignored_models end |
#ignored_prefixes ⇒ Object
Returns the value of attribute ignored_prefixes
2 3 4 |
# File 'lib/validb/parameters.rb', line 2 def ignored_prefixes @ignored_prefixes end |