class HammerCLIForemanRemoteExecution::Options::Normalizers::CronLine

Public Instance Methods

description() click to toggle source
# File lib/hammer_cli_foreman_remote_execution/options/normalizers.rb, line 25
def description
  _("Cron line format 'a b c d e', where:\n  a. is minute (range: 0-59)\n  b. is hour (range: 0-23)\n  c. is day of month (range: 1-31)\n  d. is month (range: 1-12)\n  e. is day of week (range: 0-6)")
end
format(val) click to toggle source
# File lib/hammer_cli_foreman_remote_execution/options/normalizers.rb, line 29
def format(val)
  val
end