Brasilapi.Fipe.ReferenceTable (BrasilAPI v1.0.1)

View Source

Struct representing a FIPE reference table.

Summary

Functions

Creates a ReferenceTable struct from a map. Supports both string and atom keys.

Types

t()

@type t() :: %Brasilapi.Fipe.ReferenceTable{codigo: integer(), mes: String.t()}

Functions

from_map(map)

@spec from_map(map()) :: t()

Creates a ReferenceTable struct from a map. Supports both string and atom keys.