Class: RailsParamValidation::AnnotationTypes::ArrayT
- Inherits:
-
AnnotationT
- Object
- AnnotationT
- RailsParamValidation::AnnotationTypes::ArrayT
- Defined in:
- lib/rails-param-validation/types/types.rb
Instance Attribute Summary
Attributes inherited from AnnotationT
Instance Method Summary collapse
-
#initialize(inner_type) ⇒ ArrayT
constructor
A new instance of ArrayT.
Constructor Details
#initialize(inner_type) ⇒ ArrayT
Returns a new instance of ArrayT.
20 21 22 |
# File 'lib/rails-param-validation/types/types.rb', line 20 def initialize(inner_type) super(inner_type) end |