Class: RailsParamValidation::AnnotationTypes::ArrayT

Inherits:
AnnotationT
  • Object
show all
Defined in:
lib/rails-param-validation/types/types.rb

Instance Attribute Summary

Attributes inherited from AnnotationT

#inner_type

Instance Method Summary collapse

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