Class: MercadoPublicoCl::Enums::DispatchType

Inherits:
Base
  • Object
show all
Defined in:
lib/mercado_publico_cl/enums/dispatch_type.rb

Constant Summary collapse

MAPPING =
{
  7 => :to_address,
  9 => :per_program,
  12 => :other,
  14 => :pickup_from_warehouse,
  20 => :air_courier,
  21 => :ground_courier,
  22 => :to_be_agreed
}.freeze
DESCRIPTIONS =
{
  to_address: "Delivered to address",
  per_program: "Per dispatch program",
  other: "Other dispatch type",
  pickup_from_warehouse: "Pickup from supplier warehouse",
  air_courier: "Air courier",
  ground_courier: "Ground courier",
  to_be_agreed: "To be agreed with the supplier"
}.freeze

Method Summary

Methods inherited from Base

api_value, api_values, codes, description, descriptions, mapping, symbols, to_code, to_symbol