Sha256: 4f748be2c8c00eeac4e208c4a7c9bc734e5c1bbd9cc4b1171c265b1d482bae71
Contents?: true
Size: 474 Bytes
Versions: 21
Compression:
Stored size: 474 Bytes
Contents
module SuperFormatter module Hct Head = Struct.new(:data) do def indexes @indexes ||= { global_order_id: data.index('訂單號碼') || data.index('清單編號'), mobile: data.index('收貨人電話') || data.index('收貨人電話1'), recipient: data.index('收貨人') || data.index('收貨人名稱'), tracking_code: data.index('查貨號碼') || data.index('十碼貨號') } end end end end
Version data entries
21 entries across 21 versions & 1 rubygems