Class: ApiSpec::Parameter
- Defined in:
- lib/api_spec/lib/api_spec/generator.rb
Constant Summary collapse
- JSON_NAMES =
{ name: 'Name', required: 'Required', default: 'Default', type: 'Type', description: 'Description' }
Method Summary
Methods inherited from APIObject
init, #initialize, #nested_class, #nested_name, #to_hash
Constructor Details
This class inherits a constructor from ApiSpec::APIObject