Class: Ladder::Cookbooks::GithubCookbook

Inherits:
GitCookbook show all
Defined in:
lib/chef/ladder/cookbooks.rb

Instance Attribute Summary

Attributes inherited from Cookbook

#name, #source

Instance Method Summary collapse

Methods inherited from GitCookbook

#fetch

Methods inherited from Cookbook

create

Constructor Details

#initialize(name, source) ⇒ GithubCookbook

Returns a new instance of GithubCookbook.



39
40
41
42
# File 'lib/chef/ladder/cookbooks.rb', line 39

def initialize(name, source)
	@name = name
	@source = "[email protected]:#{source}.git"
end