class Eddy::TransactionSets::TS856::Loops::HL_Tare::Base

### Loop Summary:

Public Class Methods

new(store) click to toggle source

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

Calls superclass method Eddy::Models::Loop::Base::new
# File lib/definitions/transaction_sets/manual/856/loops/hl_tare.rb, line 16
def initialize(store)
  @repeat_limit = 1
  super(store, Repeat)
end