Packages

An Elixir API wrapper for the Frost API.

Current section

Files

Jump to
snowcone lib forst work.ex
Raw

lib/forst/work.ex

defmodule Frost.Work do
@moduledoc false
defstruct name: nil,
date_published: nil,
date_created: nil,
author: nil,
tags: nil,
content: nil
end