Packages

Library to get information about BNDES card. This is not the official lib from BNDES!

Current section

Files

Jump to
elixbndes lib banco.ex
Raw

lib/banco.ex

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