Class | EDI::E::Segment |
In: |
lib/edi4r/edifact.rb
lib/edi4r/edifact-rexml.rb |
Parent: | EDI::Segment |
Class EDI::E::Segment
This class implements UN/EDIFACT segments like BGM, NAD etc., including the service segments UNB, UNH …
A new segment must have a parent (usually, a message). This is the first parameter. The second is a string with the desired segment tag.
Don‘t create segments without their context - use Message#new_segment() instead.