class Redoc::Macro

Defined in:

redoc/types.cr

Constructors

Instance Method Summary

Instance methods inherited from class Redoc::Type

doc : String | Nil doc, doc=(doc : String | Nil) doc=, summary : String | Nil summary, summary=(summary : String | Nil) summary=, top_level=(top_level : Bool) top_level=, top_level? : Bool top_level?

Constructor methods inherited from class Redoc::Type

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def body : String | Nil #

[View source]
def body=(body : String | Nil) #

[View source]
def html_id : String #

[View source]
def html_id=(html_id : String) #

[View source]
def location : Location | Nil #

[View source]
def location=(location : Location | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def params : Array(Parameter) #

[View source]
def params=(params : Array(Parameter)) #

[View source]
def parent : TypeRef | Nil #

[View source]
def parent=(parent : TypeRef | Nil) #

[View source]