class Services::Responses::Configuration

Attributes

raise_exception_on_async_error[RW]

Public Class Methods

new() click to toggle source
# File lib/services/responses/configuration.rb, line 13
def initialize
  @raise_exception_on_async_error = false
end