class Document::Base

Public Instance Methods

to_hash() click to toggle source
# File lib/mt940parser/node_extensions.rb, line 46
def to_hash
  {
    valor: valor.text_value,
    account_date: account_date.text_value,
    type: type.val,
    amount: amount.val
  }
end