Class: MercadoPublicoCl::Enums::AdministrativeAct
- Defined in:
- lib/mercado_publico_cl/enums/administrative_act.rb
Constant Summary collapse
- MAPPING =
{ 1 => :authorization, 2 => :resolution, 3 => :other, 4 => :decree, 5 => :agreement }.freeze
- DESCRIPTIONS =
{ authorization: "Authorization", resolution: "Resolution", other: "Other administrative act", decree: "Decree", agreement: "Agreement" }.freeze
Method Summary
Methods inherited from Base
api_value, api_values, codes, description, descriptions, mapping, symbols, to_code, to_symbol