Class: Eddy::TransactionSets::TS856::Loops::SLN::Repeat

Inherits:
Models::Loop::Repeat show all
Defined in:
lib/definitions/transaction_sets/manual/856/loops/sln.rb

Overview

Loop Summary:

  • Repeat: 1000
  • Components:
    • SLN

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:



25
26
27
28
# File 'lib/definitions/transaction_sets/manual/856/loops/sln.rb', line 25

def initialize(store)
  @sln = Eddy::Segments::SLN.new(store)
  super(store, @sln)
end

Instance Method Details

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

Segment Summary:

  • Id: SLN
  • Name: Subline Item Detail
  • Purpose: To specify product subline detail item data.

Yield Parameters:

Returns:



34
35
36
37
# File 'lib/definitions/transaction_sets/manual/856/loops/sln.rb', line 34

def SLN()
  yield(@sln) if block_given?
  return @sln
end