por_detail.rb 187 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 module Syspro module BusinessObjects module Models class PorDetail attr_accessor :grn, :lot_number, :purchase_order, :purchase_order_line end end end end