class Redoc::Alias

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 full_name : String #

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

[View source]
def html_id : String #

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

[View source]
def locations : Array(Location) #

[View source]
def locations=(locations : Array(Location)) #

[View source]
def name : String #

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

[View source]
def path : String #

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

[View source]
def type : String #

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

[View source]