| Class | Grape::Validations::Types::File |
| In: |
lib/grape/validations/types/file.rb
|
| Parent: | Virtus::Attribute |
+Virtus::Attribute+ implementation for parameters that are multipart file objects. Actual handling of these objects is provided by +Rack::Request+; this class is here only to assert that rack‘s handling has succeeded, and to prevent virtus from interfering.