Method: Chef::Resource::RemoteFile#cookbook

Defined in:
lib/chef/resource/remote_file.rb

#cookbook(args = nil) ⇒ Object



41
42
43
44
45
46
47
# File 'lib/chef/resource/remote_file.rb', line 41

def cookbook(args=nil)
  set_or_return(
    :cookbook,
    args,
    :kind_of => String
  )
end