Method: Baldr::Envelope#transactions
- Defined in:
- lib/baldr/envelope.rb
#transactions ⇒ Object
54 55 56 |
# File 'lib/baldr/envelope.rb', line 54 def transactions @transactions ||= func_group_loop.segments.map(&:transactions).flatten end |