Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crul
v0.4.2
Crul
CLI
Command
Completion
CookieStore
Cookies
Format
Formatters
Auto
Base
JSON
PrettyPrinter
Plain
XML
PrettyPrinter
Element
Methods
Options
Built with Crystal 1.9.2
2023-10-08 11:15:00 UTC
enum
Crul::Format
Defined in:
formatters.cr
Enum Members
Auto
=
0
XML
=
1
JSON
=
2
Plain
=
3
Instance Method Summary
#auto?
#json?
#plain?
#xml?
Instance Method Detail
def
auto?
#
[
View source
]
def
json?
#
[
View source
]
def
plain?
#
[
View source
]
def
xml?
#
[
View source
]