Class: Eddy::TransactionSets::TS855::Loops::ACK::Base

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

Overview

Loop Summary:

  • Repeat: 104
  • Components:
    • ACK

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:



16
17
18
19
# File 'lib/definitions/transaction_sets/manual/855/loops/ack.rb', line 16

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