class Redoc::Module

Included Modules

Defined in:

redoc/types.cr

Constructors

Instance Method Summary

Instance methods inherited from module Redoc::Namespace

aliases : Array(Alias) aliases, aliases=(aliases : Array(Alias)) aliases=, annotations : Array(Annotation) annotations, annotations=(annotations : Array(Annotation)) annotations=, classes : Array(Class) classes, classes=(classes : Array(Class)) classes=, constants : Array(Const) constants, constants=(constants : Array(Const)) constants=, enums : Array(Enum) enums, enums=(enums : Array(Enum)) enums=, html_id : String html_id, html_id=(html_id : String) html_id=, modules : Array(Module) modules, modules=(modules : Array(Module)) modules=, path : String path, path=(path : String) path=, structs : Array(Struct) structs, structs=(structs : Array(Struct)) structs=

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 class_methods : Array(Def) #

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

[View source]
def extends : Array(TypeRef) #

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

[View source]
def extends_self? : Bool #

[View source]
def full_name : String #

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

[View source]
def includes : Array(TypeRef) #

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

[View source]
def including_types : Array(TypeRef) #

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

[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 macros : Array(Macro) #

[View source]
def macros=(macros : Array(Macro)) #

[View source]
def name : String #

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

[View source]