class Redoc::Enum

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 ancestors : Array(TypeRef) #

[View source]
def ancestors=(ancestors : Array(TypeRef)) #

[View source]
def class_methods : Array(Def) #

[View source]
def class_methods=(class_methods : Array(Def)) #

[View source]
def constants : Array(Const) #

[View source]
def constants=(constants : Array(Const)) #

[View source]
def constructors : Array(Def) #

[View source]
def constructors=(constructors : Array(Def)) #

[View source]
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 instance_methods : Array(Def) #

[View source]
def instance_methods=(instance_methods : Array(Def)) #

[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 | Nil #

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

[View source]