Sha256: 5419c3aa5359912e81144602aa30f611a463f9c181e1dcdcb7910390b1075ffc
Contents?: true
Size: 301 Bytes
Versions: 4
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true # author: Vadim Shaveiko <@vshaveyko> # :nodoc: class RailsApiDoc::Config attr_accessor :check_params_type def check_params_type=(value) if value Validator.add_checker(ValidateType) else Validator.remove_checker(ValidateType) end end end
Version data entries
4 entries across 4 versions & 1 rubygems