class Amber::Recipes::Recipe
- Amber::Recipes::Recipe
 - Reference
 - Object
 
Defined in:
amber/cli/recipes/recipe.crConstant Summary
- 
        Log = 
::Log.for(self) 
Constructors
Class Method Summary
Instance Method Summary
- #directory : String
 - #error(msg)
 - #generate(template : String, options)
 - #generate_app(options)
 - #info(msg)
 - #model
 - #name : String
 - #recipe : String
 
Constructor Detail
        
        def self.new(name : String, directory : String, recipe : String, fields : Array(String) = [] of String)
        #