Sha256: 406d181ac88f3dc5fc3caa29447ef95d3cd90e909236cc0ebb9b048f26c0e23c

Contents?: true

Size: 456 Bytes

Versions: 4

Compression:

Stored size: 456 Bytes

Contents

# coding: utf-8

module Cacofonix; module CodeLists
  LIST_64 = {
    "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" => "Recalled"
  }
end; end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cacofonix-0.10.3 lib/cacofonix/codelists/064.rb
cacofonix-0.10.2 lib/cacofonix/codelists/064.rb
cacofonix-0.10.1 lib/cacofonix/codelists/064.rb
cacofonix-0.10.0 lib/cacofonix/codelists/064.rb