Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
simple_doc
v0.2.0
Array
Enum
Hash
Object
SimpleDoc
ClassExt
Describe
ArrayType
EnumType
HashType
PrimitiveType
StructRecordType
StructType
Type
UnionType
Field
Union
Built with Crystal 1.9.2
2023-10-07 17:27:59 UTC
class
SimpleDoc::Describe::EnumType
SimpleDoc::Describe::EnumType
Reference
Object
Defined in:
simple_doc/document_type.cr
Constructors
.new
(name : String)
Instance Method Summary
#add
(k, v)
#to_printable
(io)
#to_printable_root
(io)
#to_s
(io)
Class methods inherited from class
Object
document_type
document_type
Constructor Detail
def self.
new
(name : String)
#
[
View source
]
Instance Method Detail
def
add
(k, v)
#
[
View source
]
def
to_printable
(io)
#
[
View source
]
def
to_printable_root
(io)
#
[
View source
]
def
to_s
(io)
#
[
View source
]