class Eddy::TransactionSets::TS850::Loops::SAC::Repeat
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/850/loops/sac.rb, line 25 def initialize(store) @sac = Eddy::Segments::SAC.new(store) super( store, @sac, ) end
Public Instance Methods
SAC() { |sac| ... }
click to toggle source
(see Eddy::Segments::SAC
)
@yieldparam [Eddy::Segments::SAC] @return [Eddy::Segments::SAC]
# File lib/definitions/transaction_sets/manual/850/loops/sac.rb, line 37 def SAC() yield(@sac) if block_given? return @sac end