Class: Wheneverd::Systemd::CronParser::ParsedFields
- Inherits:
-
Struct
- Object
- Struct
- Wheneverd::Systemd::CronParser::ParsedFields
- Defined in:
- lib/wheneverd/systemd/cron_parser.rb
Instance Attribute Summary collapse
-
#dom ⇒ Object
Returns the value of attribute dom.
-
#dow_set ⇒ Object
Returns the value of attribute dow_set.
-
#hour ⇒ Object
Returns the value of attribute hour.
-
#minute ⇒ Object
Returns the value of attribute minute.
-
#month ⇒ Object
Returns the value of attribute month.
Instance Attribute Details
#dom ⇒ Object
Returns the value of attribute dom
52 53 54 |
# File 'lib/wheneverd/systemd/cron_parser.rb', line 52 def dom @dom end |
#dow_set ⇒ Object
Returns the value of attribute dow_set
52 53 54 |
# File 'lib/wheneverd/systemd/cron_parser.rb', line 52 def dow_set @dow_set end |
#hour ⇒ Object
Returns the value of attribute hour
52 53 54 |
# File 'lib/wheneverd/systemd/cron_parser.rb', line 52 def hour @hour end |
#minute ⇒ Object
Returns the value of attribute minute
52 53 54 |
# File 'lib/wheneverd/systemd/cron_parser.rb', line 52 def minute @minute end |
#month ⇒ Object
Returns the value of attribute month
52 53 54 |
# File 'lib/wheneverd/systemd/cron_parser.rb', line 52 def month @month end |