class Seahorse::Client::Plugins::ParamValidation::Handler
Public Instance Methods
call(context)click to toggle source
# File lib/seahorse/client/plugins/param_validation.rb, line 20defcall(context)
ParamValidator.validate!(context.operation.input, context.params)
@handler.call(context)
end