API Reference Dragonite v0.1.0
Modules
Dragonite.Config
is used to handle the config for rules in a runtime environment
allowing reload or get the rules.
Dragonite.Parser
is the module to handle decode and encode for an EDI
message.
Struct defined for GE node at EDI message. GE node indicates the end of a functional group.
Struct defined for GS node at EDI message. GS node indicates the start of a functional group containing multiple segments.
Struct defined for IEA node at EDI message. IEA node indicates the end of a transaction.
Struct defined for ISA node at EDI message. ISA node indicates the start of a transaction containing multiple functional groups.
Struct defined for Edi message. EDI message contains mainly two nodes
composed by DragoniteEDI.ISA
and DragoniteEDI.IEA
. See DragoniteEDI.ISA
, DragoniteEDI.IEA
for more info.
Struct defined for SE node at EDI message. SE node indicates the end of a segment.
Struct defined for ST node at EDI message. ST node indicates the start of a segment.