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.
-
#params_dir ⇒ Object
Returns the value of attribute params_dir.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
init default values.
Constructor Details
#initialize ⇒ Config
init default values
9 10 11 |
# File 'lib/rails_api_doc/config.rb', line 9 def initialize @params_dir = 'params' end |
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 |
#params_dir ⇒ Object
Returns the value of attribute params_dir.
6 7 8 |
# File 'lib/rails_api_doc/config.rb', line 6 def params_dir @params_dir end |