Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crul
master
Crul
CLI
Command
CookieStore
Cookies
Formats
Formatters
Auto
Base
JSON
PrettyPrinter
Plain
XML
PrettyPrinter
Element
Methods
Options
Generated using Crystal 1.14.0
2024-11-26 07:01:42 UTC
abstract class
Crul::
Formatters::
Base
Crul::Formatters::Base
Reference
Object
Overview
Abstract base formatter class
Direct Known Subclasses
Crul::Formatters::JSON
Crul::Formatters::Plain
Crul::Formatters::XML
Defined in:
formats.cr
Constructors
.new
(output : IO, response : HTTP::Client::Response)
Instance Method Summary
#print_plain
Constructor Detail
def self.
new
(output : IO, response : HTTP::Client::Response)
#
[
View source
]
Instance Method Detail
def
print_plain
#
[
View source
]