module Redoc::Namespace
Overview
Represents a namespace type in Crystal. This can be a module, class or struct.
Direct including types
Defined in:
redoc/types.crInstance Method Summary
- #aliases : Array(Alias)
- #aliases=(aliases : Array(Alias))
- #annotations : Array(Annotation)
- #annotations=(annotations : Array(Annotation))
- #classes : Array(Class)
- #classes=(classes : Array(Class))
- #constants : Array(Const)
- #constants=(constants : Array(Const))
- #enums : Array(Enum)
- #enums=(enums : Array(Enum))
- #html_id : String
- #html_id=(html_id : String)
- #modules : Array(Module)
- #modules=(modules : Array(Module))
- #path : String
- #path=(path : String)
- #structs : Array(Struct)
- #structs=(structs : Array(Struct))