struct OpenAPI::PathItem

Included Modules

Defined in:

open_api/path_item.cr

Constructors

Instance Method Summary

Constructor methods inherited from module OpenAPI::Object

new(**args) new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def delete : Operation | Nil #

def description : String | Nil #

def get : Operation | Nil #

def head : Operation | Nil #

def options : Operation | Nil #

def parameters : Array(Parameter | Reference) | Nil #

def patch : Operation | Nil #

def post : Operation | Nil #

def put : Operation | Nil #

def ref : String | Nil #

def servers : Array(Server) | Nil #

def summary : String | Nil #

def trace : Operation | Nil #