enum CB::Format

Defined in:

cb/format.cr

Enum Members

Default = 0
Header = 1
JSON = 2
List = 3
Table = 4
Tree = 5

Instance Method Summary

Instance Method Detail

def default? #

[View source]
def header? #

[View source]
def json? #

[View source]
def list? #

[View source]
def table? #

[View source]
def to_s(io : IO) #
Description copied from struct Enum

Appends a String representation of this enum member to the given io.

See also: #to_s.


[View source]
def tree? #

[View source]