class Kamaze::Project::Helper::Project::Config

Config used to configure “Kamaze::Project“

@see Kamaze::Project.initialize

Public Instance Methods

defaults() click to toggle source

@return [Hash]

# File lib/kamaze/project/helper/project/config.rb, line 17
def defaults
  {
    tasks: nil,
    name: nil,
    subject: nil,
    tools: {}
  }
end