Class: Wheneverd::Systemd::CronParser::ParsedFields

Inherits:
Struct
  • Object
show all
Defined in:
lib/wheneverd/systemd/cron_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#domObject

Returns the value of attribute dom

Returns:

  • (Object)

    the current value of dom



52
53
54
# File 'lib/wheneverd/systemd/cron_parser.rb', line 52

def dom
  @dom
end

#dow_setObject

Returns the value of attribute dow_set

Returns:

  • (Object)

    the current value of dow_set



52
53
54
# File 'lib/wheneverd/systemd/cron_parser.rb', line 52

def dow_set
  @dow_set
end

#hourObject

Returns the value of attribute hour

Returns:

  • (Object)

    the current value of hour



52
53
54
# File 'lib/wheneverd/systemd/cron_parser.rb', line 52

def hour
  @hour
end

#minuteObject

Returns the value of attribute minute

Returns:

  • (Object)

    the current value of minute



52
53
54
# File 'lib/wheneverd/systemd/cron_parser.rb', line 52

def minute
  @minute
end

#monthObject

Returns the value of attribute month

Returns:

  • (Object)

    the current value of month



52
53
54
# File 'lib/wheneverd/systemd/cron_parser.rb', line 52

def month
  @month
end