Class: MercadoPublicoCl::Enums::EstimatedAmountType
- Defined in:
- lib/mercado_publico_cl/enums/estimated_amount_type.rb
Constant Summary collapse
- MAPPING =
{ 1 => :available_budget, 2 => :reference_price, 3 => :not_estimable }.freeze
- DESCRIPTIONS =
{ available_budget: "Available budget", reference_price: "Reference price", not_estimable: "Amount cannot be estimated" }.freeze
Method Summary
Methods inherited from Base
api_value, api_values, codes, description, descriptions, mapping, symbols, to_code, to_symbol