Current section
Files
Jump to
Current section
Files
lib/uof/api/mappings/jersey.ex
defmodule UOF.API.Mappings.Jersey do
@moduledoc false
use Saxaboom.Mapper
document do
attribute(:type)
attribute(:base)
attribute(:sleeve)
attribute(:number)
attribute(:stripes, cast: :boolean)
attribute(:horizontal_stripes, cast: :boolean)
attribute(:squares, cast: :boolean)
attribute(:split, cast: :boolean)
attribute(:shirt_type)
end
end