Class: Eddy::TransactionSets::TS850::Loops::SAC::Base

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

Overview

Loop Summary:

  • Repeat: 25
  • Components:
    • SAC

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:



15
16
17
18
# File 'lib/definitions/transaction_sets/manual/850/loops/sac.rb', line 15

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