Packages

An Elixir wrapper for the Fantasy Football Nerd API (http://www.fantasyfootballnerd.com/fantasy-football-api)

Current section

Files

Jump to
ffnerd lib ffnerd depth_chart player.ex
Raw

lib/ffnerd/depth_chart/player.ex

defmodule FFNerd.DepthChart.Player do
defstruct [
:depth,
:player_id,
:player_name,
:position,
:team,
]
use ExConstructor
end