Class: R86::Statement

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/mt940parser/node_extensions.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



113
114
115
116
117
118
119
# File 'lib/mt940parser/node_extensions.rb', line 113

def to_hash
  {
    code: code.text_value,
    description: description.val,
    details: details.val
  }
end