Method: Chef::Resource::Cron#command

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

#command(arg = nil) ⇒ Object



160
161
162
163
164
165
166
# File 'lib/chef/resource/cron.rb', line 160

def command(arg=nil)
  set_or_return(
    :command,
    arg,
    :kind_of => String
  )
end