Class: Eddy::TransactionSets::TS856::Loops::HL_Shipment::Base

Inherits:
Models::Loop::Base show all
Defined in:
lib/definitions/transaction_sets/manual/856/loops/hl_shipment.rb

Overview

Loop Summary:

  • Repeat: 200000
  • Components:
    • HL
    • TD1
    • TD5
    • REF
    • DTM
    • N1 (loop)
    • HL_ORDER (loop)
    • HL_TARE (loop)
    • HL_ITEM (loop)

Instance Attribute Summary

Attributes inherited from Models::Loop::Base

#content, #id, #repeat_limit, #repeat_object, #req, #store

Instance Method Summary collapse

Methods inherited from Models::Loop::Base

#all_contents, #repeat

Constructor Details

#initialize(store) ⇒ void

Parameters:



23
24
25
26
# File 'lib/definitions/transaction_sets/manual/856/loops/hl_shipment.rb', line 23

def initialize(store)
  @repeat_limit = 200000
  super(store, Repeat)
end