Brasilapi.Fipe.Vehicle (BrasilAPI v1.0.1)

View Source

Struct representing a vehicle model in the FIPE table.

Summary

Functions

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

Types

t()

@type t() :: %Brasilapi.Fipe.Vehicle{modelo: String.t()}

Functions

from_map(map)

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

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