class Document::Transactions

Public Instance Methods

to_hash() click to toggle source
# File lib/mt940parser/node_extensions.rb, line 33
def to_hash
  elements.flat_map(&:to_hash)
end