Class: Kamaze::Project::Helper::Project::Config

Inherits:
Config show all
Defined in:
lib/kamaze/project/helper/project/config.rb

Overview

Config used to configure Kamaze::Project

See Also:

  • Kamaze::Project.initialize

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from Kamaze::Project::Config

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Kamaze::Project::Config

Instance Method Details

#defaultsHash

Returns:

  • (Hash)


17
18
19
20
21
22
23
24
# File 'lib/kamaze/project/helper/project/config.rb', line 17

def defaults
  {
    tasks: nil,
    name: nil,
    subject: nil,
    tools: {}
  }
end