class Document::Record

Public Instance Methods

to_hash() click to toggle source
# File lib/mt940parser/node_extensions.rb, line 40
def to_hash
  elements.select{ |e| e.class == Document::Transactions }.flat_map(&:to_hash)
end