Current section

Files

Jump to
mandarin lib mix bureaucrat install.ex
Raw

lib/mix/bureaucrat/install.ex

defmodule Mix.Mandarin.Install do
defstruct [
:context_underscore,
:context_camel_case,
:web_module,
:layout_view_underscore,
:layout_view_camel_case,
:web_path
]
end