class Eddy::TransactionSets::TS856::Loops::HL_Order::Base
### Loop Summary:
-
Repeat: 1
-
Components:
-
HL
-
PRF
-
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_order.rb, line 16 def initialize(store) @repeat_limit = 1 super(store, Repeat) end