Class: RailsParamValidation::AnnotationTypes::AnnotationT
- Inherits:
-
Object
- Object
- RailsParamValidation::AnnotationTypes::AnnotationT
- Defined in:
- lib/rails-param-validation/types/types.rb
Instance Attribute Summary collapse
-
#inner_type ⇒ Object
readonly
Returns the value of attribute inner_type.
Instance Method Summary collapse
-
#initialize(inner_type) ⇒ AnnotationT
constructor
A new instance of AnnotationT.
Constructor Details
#initialize(inner_type) ⇒ AnnotationT
Returns a new instance of AnnotationT.
14 15 16 |
# File 'lib/rails-param-validation/types/types.rb', line 14 def initialize(inner_type) @inner_type = inner_type end |
Instance Attribute Details
#inner_type ⇒ Object (readonly)
Returns the value of attribute inner_type.
12 13 14 |
# File 'lib/rails-param-validation/types/types.rb', line 12 def inner_type @inner_type end |