Sha256: 0f94ae256e5f4ba7571058b7142fd5189b45210add09cb43147f70f1e9059912

Contents?: true

Size: 968 Bytes

Versions: 21

Compression:

Stored size: 968 Bytes

Contents

module SuperFormatter
  module Shopline
    Head = Struct.new(:data) do
      def indexes
        @indexes ||= {
          order_id: data.index('訂單號碼'),
          order_created: data.index('訂單日期'),
          shipping_method: data.index('送貨方式'),
          payment_method: data.index('付款方式'),
          payment_status: data.index('付款狀態'),
          recipient: data.index('收件人'),
          mobile:  data.index('收件人電話號碼'),
          store_id: data.index('全家服務編號 / 7-11 店號'),
          address: data.index('完整地址'),
          total_order_amount: data.index('訂單合計'),
          note: data.index('送貨備註'),
          item_title: data.index('商品名稱'),
          item_option: data.index('選項'),
          item_code: data.index('商品貨號'),
          item_qty: data.index('數量'),
          item_cost: data.index('商品成本')
        }
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
super_tools-2.1.0 lib/super_formatter/shopline/head.rb
super_tools-0.0.26 lib/super_formatter/shopline/head.rb
super_tools-0.0.25 lib/super_formatter/shopline/head.rb
super_tools-0.0.21 lib/super_formatter/shopline/head.rb
super_tools-0.0.20 lib/super_formatter/shopline/head.rb
super_tools-0.0.17 lib/super_formatter/shopline/head.rb
super_tools-0.0.15 lib/super_formatter/shopline/head.rb
super_tools-0.0.14 lib/super_formatter/shopline/head.rb
super_tools-0.0.13 lib/super_formatter/shopline/head.rb
super_tools-0.0.12 lib/super_formatter/shopline/head.rb
super_tools-0.0.11 lib/super_formatter/shopline/head.rb
super_tools-0.0.10 lib/super_formatter/shopline/head.rb
super_tools-0.0.9 lib/super_formatter/shopline/head.rb
super_tools-0.0.8 lib/super_formatter/shopline/head.rb
super_tools-0.0.7 lib/super_formatter/shopline/head.rb
super_tools-0.0.6 lib/super_formatter/shopline/head.rb
super_tools-0.0.5 lib/super_formatter/shopline/head.rb
super_tools-0.0.4 lib/super_formatter/shopline/head.rb
super_tools-0.0.3 lib/super_formatter/shopline/head.rb
super_tools-0.0.2 lib/super_formatter/shopline/head.rb