Method: Caffeinate::Configuration#async_delivery

Defined in:
lib/caffeinate/configuration.rb

#async_deliveryObject

If true, enqueues the processing of a ‘Caffeinate::Mailing` to the background worker class as defined in `async_delivery_class`

Default is false



15
16
17
# File 'lib/caffeinate/configuration.rb', line 15

def async_delivery
  @async_delivery
end