class Quickbooks::Model::Report

def find_row(label)

def find_row(label)
  all_rows.find {|r| r[0] == label }
end