Class: Eddy::TransactionSets::TS855::Loops::ACK::Repeat

Inherits:
Models::Loop::Repeat 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::Repeat

#components, #store

Instance Method Summary collapse

Methods inherited from Models::Loop::Repeat

#all_contents, #repeat

Constructor Details

#initialize(store) ⇒ void

Parameters:



26
27
28
29
# File 'lib/definitions/transaction_sets/manual/855/loops/ack.rb', line 26

def initialize(store)
  @ack = Eddy::Segments::ACK.new(store)
  super(store, @ack)
end

Instance Method Details

#ACK {|| ... } ⇒ Eddy::Segments::ACK

Segment Summary:

  • Id: ACK
  • Name: Line Item Acknowledgement
  • Purpose: To acknowledge the ordered quantities and specify the ready date for a specific line item

Yield Parameters:

Returns:



35
36
37
38
# File 'lib/definitions/transaction_sets/manual/855/loops/ack.rb', line 35

def ACK()
  yield(@ack) if block_given?
  return @ack
end