class Eddy::TransactionSets::TS856::Loops::SLN::Repeat

(see Eddy::TransactionSets::TS856::Loops::SLN::Base)

Public Class Methods

new(store) click to toggle source

@param store [Eddy::Data::Store] @return [void]

Calls superclass method Eddy::Models::Loop::Repeat::new
# 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

Public Instance Methods

SLN() { |sln| ... } click to toggle source

(see Eddy::Segments::SLN)

@yieldparam [Eddy::Segments::SLN] @return [Eddy::Segments::SLN]

# File lib/definitions/transaction_sets/manual/856/loops/sln.rb, line 34
def SLN()
  yield(@sln) if block_given?
  return @sln
end