Class: Eddy::TransactionSets::TS850::Loops::PO1::Base

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

Overview

Loop Summary:

  • Repeat: 100000
  • Components:
    • PO1
    • CTP (loop)
    • PID (loop)
    • SAC (loop)
    • TXI
    • N9 (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:



20
21
22
23
# File 'lib/definitions/transaction_sets/manual/850/loops/po1.rb', line 20

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