Class: Eddy::TransactionSets::TS810::Loops::IT1::Base

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

Overview

Loop Summary:

  • Repeat: 200,000
  • Components:
    • IT1
    • CTP
    • PID (loop)
    • SAC (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:



19
20
21
22
# File 'lib/definitions/transaction_sets/manual/810/loops/it1.rb', line 19

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