struct OpenAPI::Link

Included Modules

Defined in:

open_api/link.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 description : String | Nil #

def operation_id : String | Nil #

def operation_ref : String | Nil #

def parameters : Hash(String, JSON::Any::Type) | Nil #

def request_body : Hash(String, JSON::Any::Type) | Nil #

def server : Server | Nil #