Class: DoctorSwagger::PathParameter

Inherits:
Parameter
  • Object
show all
Defined in:
lib/doctor_swagger/path_parameter.rb

Constant Summary

Constants inherited from Parameter

DoctorSwagger::Parameter::ALLOWED_TYPES

Instance Method Summary collapse

Methods inherited from Parameter

#allow_multiple!, #allowable_values, #allowable_values_as_json, #as_json, #description, #initialize, #required!, #type

Constructor Details

This class inherits a constructor from DoctorSwagger::Parameter

Instance Method Details

#param_typeObject



3
4
5
# File 'lib/doctor_swagger/path_parameter.rb', line 3

def param_type
  'path'
end