enum Oq::Format

Overview

The support formats that can be converted to/from.

Defined in:

oq.cr

Enum Members

Json = 0
Yaml = 1
Xml = 2

Instance Method Summary

Instance methods inherited from class Object

to_xml(builder : XML::Builder) : Nil
to_xml(io : IO, *, root : String | Nil, indent : String) : Nil
to_xml(*, root : String = "root", indent : String = " ") : String
to_xml

Instance Method Detail

def json? #

[View source]
def xml? #

[View source]
def yaml? #

[View source]