Class: Webhookdb::Jobs::ScheduledBackfills::Spec
- Inherits:
-
Struct
- Object
- Struct
- Webhookdb::Jobs::ScheduledBackfills::Spec
- Defined in:
- lib/webhookdb/jobs/scheduled_backfills.rb
Instance Attribute Summary collapse
-
#cron_expr ⇒ Object
Returns the value of attribute cron_expr.
-
#incremental ⇒ Object
Returns the value of attribute incremental.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#recursive ⇒ Object
Returns the value of attribute recursive.
-
#service_name ⇒ Object
Returns the value of attribute service_name.
-
#splay ⇒ Object
Returns the value of attribute splay.
Instance Attribute Details
#cron_expr ⇒ Object
Returns the value of attribute cron_expr
12 13 14 |
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12 def cron_expr @cron_expr end |
#incremental ⇒ Object
Returns the value of attribute incremental
12 13 14 |
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12 def incremental @incremental end |
#klass ⇒ Object
Returns the value of attribute klass
12 13 14 |
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12 def klass @klass end |
#recursive ⇒ Object
Returns the value of attribute recursive
12 13 14 |
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12 def recursive @recursive end |
#service_name ⇒ Object
Returns the value of attribute service_name
12 13 14 |
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12 def service_name @service_name end |
#splay ⇒ Object
Returns the value of attribute splay
12 13 14 |
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12 def splay @splay end |