class Redoc::Const

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(const : Crystal::ConstDef, ref : TypeRef | Nil) #

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

[View source]

Instance Method Detail

def name : String #

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

[View source]
def parent : TypeRef | Nil #

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

[View source]
def value : String #

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

[View source]