Class: Webhookdb::Jobs::ScheduledBackfills::Spec

Inherits:
Struct
  • Object
show all
Defined in:
lib/webhookdb/jobs/scheduled_backfills.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cron_exprObject

Returns the value of attribute cron_expr

Returns:

  • (Object)

    the current value of cron_expr



12
13
14
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12

def cron_expr
  @cron_expr
end

#incrementalObject

Returns the value of attribute incremental

Returns:

  • (Object)

    the current value of incremental



12
13
14
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12

def incremental
  @incremental
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



12
13
14
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12

def klass
  @klass
end

#recursiveObject

Returns the value of attribute recursive

Returns:

  • (Object)

    the current value of recursive



12
13
14
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12

def recursive
  @recursive
end

#service_nameObject

Returns the value of attribute service_name

Returns:

  • (Object)

    the current value of service_name



12
13
14
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12

def service_name
  @service_name
end

#splayObject

Returns the value of attribute splay

Returns:

  • (Object)

    the current value of splay



12
13
14
# File 'lib/webhookdb/jobs/scheduled_backfills.rb', line 12

def splay
  @splay
end