class Document::Date

Public Instance Methods

to_hash() click to toggle source
# File lib/mt940parser/node_extensions.rb, line 84
def to_hash
  {}
end
val() click to toggle source
# File lib/mt940parser/node_extensions.rb, line 88
def val
  text_value.strip[4..-1]
end