Sha256: 5b08a38d4217b80b6822e814889b819b72e32f90eb5fe6d038b12307101e30d7
Contents?: true
Size: 626 Bytes
Versions: 4
Compression:
Stored size: 626 Bytes
Contents
# coding: utf-8 module Cacofonix; module CodeLists LIST_68 = { "00" => "Unspecified", "01" => "Cancelled", "02" => "Forthcoming", "03" => "Postponed indefinitely", "04" => "Active", "05" => "No longer our product", "06" => "Out of stock indefinitely", "07" => "Out of print", "08" => "Inactive", "09" => "Unknown", "10" => "Remaindered", "11" => "Withdrawn from sale", "12" => "Not available in this market", "13" => "Active, but not sold separately", "14" => "Active, with market restrictions", "15" => "Recalled for reasons of consumer safety" } end; end
Version data entries
4 entries across 4 versions & 1 rubygems