class Statement

Attributes

transactions[RW]

Public Class Methods

new() click to toggle source
# File lib/Statement.rb, line 5
def initialize()
    transactions = Array.new
end