Method: Chef::Resource::Package#response_file

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

#response_file(arg = nil) ⇒ Object



59
60
61
62
63
64
65
# File 'lib/chef/resource/package.rb', line 59

def response_file(arg=nil)
  set_or_return(
    :response_file,
    arg,
    :kind_of => [ String ]
  )
end