Sha256: 623c5eae26afa620c07af9803d1e92e76b1f1017e1b8b8440f7f9adb9d8c1ac1
Contents?: true
Size: 311 Bytes
Versions: 22
Compression:
Stored size: 311 Bytes
Contents
# coding: utf-8 module ONIX class Stock include ROXML xml_name "Stock" # NOTE: these *should* be numeric fields according to the spec, # but heaps of ONIX files in the wild use text xml_accessor :on_hand, :from => "OnHand" xml_accessor :on_order, :from => "OnOrder" end end
Version data entries
22 entries across 22 versions & 2 rubygems