class Swagger::PathItem
- Swagger::PathItem
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
swagger/path_item.crConstructors
Instance Method Summary
- #delete : Operation | Nil
- #delete=(delete : Operation | Nil)
- #get : Operation | Nil
- #get=(get : Operation | Nil)
- #head : Operation | Nil
- #head=(head : Operation | Nil)
- #options : Operation | Nil
- #options=(options : Operation | Nil)
- #parameters : Array(Parameter) | Nil
- #parameters=(parameters : Array(Parameter) | Nil)
- #patch : Operation | Nil
- #patch=(patch : Operation | Nil)
- #post : Operation | Nil
- #post=(post : Operation | Nil)
- #put : Operation | Nil
- #put=(put : Operation | Nil)
- #ref : String | Nil
- #ref=(ref : String | Nil)