struct ActionController::OpenAPI::KlassDoc

Overview

this is used to hold class and method documentation for generating OpenAPI documentation

Included Modules

Extended Modules

Defined in:

action-controller/open_api/klass_doc.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(name : String, docs : String | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ancestors : Array(String) #

[View source]
def docs : String | Nil #

[View source]
def implements?(filter) #

[View source]
def methods : Hash(String, String) #

[View source]
def name : String #

[View source]