1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
module Syspro module BusinessObjects module Models class InventoryInspection attr_accessor :grn_number, :quantity, :unit_of_measure, :units, :pieces, :document, :inspection_completed end end end end