class Eddy::TransactionSets::TS846::Loops::SLN::Base
### Loop Summary:
-
Repeat: 1000
-
Components:
-
PID
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/846/loops/sln.rb, line 16 def initialize(store) @repeat_limit = 1000 super(store, Repeat) end