Class: RailsApiDoc::Config
- Inherits:
-
Object
- Object
- RailsApiDoc::Config
- Defined in:
- lib/rails_api_doc/config.rb,
lib/rails_api_doc.rb
Overview
author: Vadim Shaveiko <@vshaveyko> :nodoc:
Defined Under Namespace
Classes: ValidateAryObject, ValidateEnum, ValidateType, Validator
Instance Attribute Summary collapse
-
#check_params_type ⇒ Object
Returns the value of attribute check_params_type.
Instance Attribute Details
#check_params_type ⇒ Object
Returns the value of attribute check_params_type.
6 7 8 |
# File 'lib/rails_api_doc/config.rb', line 6 def check_params_type @check_params_type end |