Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Myst::Doc::ModuleDoc
Inherits
Reference
/
Object
Constructors
new
(name :
String
, full_name :
String
, doc :
String
|
Nil
)
Source
Instance methods
constants
Source
constants=
(constants :
Hash
(
String
,
Myst::Doc::ConstDoc
))
Source
doc
Source
doc=
(doc :
String
|
Nil
)
Source
full_name
Source
full_name=
(full_name :
String
)
Source
kind
Source
kind=
(kind :
Myst::Doc::Kind
)
Source
methods
Source
methods=
(methods :
Hash
(
String
,
Myst::Doc::MethodDoc
))
Source
name
Source
name=
(name :
String
)
Source
submodules
Source
submodules=
(submodules :
Hash
(
String
,
Myst::Doc::ModuleDoc
))
Source
subtypes
Source
subtypes=
(subtypes :
Hash
(
String
,
Myst::Doc::TypeDoc
))
Source