Current section
Files
Jump to
Current section
Files
lib/randomuser_ex/name.ex
defmodule RandomuserEx.Name do
@moduledoc false
@derive [Poison.Encoder]
@type t :: %__MODULE__{}
defstruct [:first, :last, :title]
end