Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Created July 14, 2017 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shankardevy/8957e00cace91a303f863a4abc5a613a to your computer and use it in GitHub Desktop.
Save shankardevy/8957e00cace91a303f863a4abc5a613a to your computer and use it in GitHub Desktop.
defmodule Mango.Catalog.Product do
defstruct [:name, :price, :is_seasonal]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment