defmodule ElixBndes.Banco do @moduledoc """ `ElixBndes.Banco` is a struct to organize the results. """ defstruct nome: "" end