Class: Eddy::TransactionSets::TS846::Loops::N1::Base

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

Overview

Loop Summary:

  • Repeat: 5
  • Components:
    • N1
    • N2
    • N3
    • N4
    • REF
    • PER

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/846/loops/n1.rb', line 20

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