Class: Services::Responses::Configuration
- Inherits:
-
Object
- Object
- Services::Responses::Configuration
- Defined in:
- lib/services/responses/configuration.rb
Instance Attribute Summary collapse
-
#raise_exception_on_async_error ⇒ Object
Returns the value of attribute raise_exception_on_async_error.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
13 14 15 |
# File 'lib/services/responses/configuration.rb', line 13 def initialize @raise_exception_on_async_error = false end |
Instance Attribute Details
#raise_exception_on_async_error ⇒ Object
Returns the value of attribute raise_exception_on_async_error.
11 12 13 |
# File 'lib/services/responses/configuration.rb', line 11 def raise_exception_on_async_error @raise_exception_on_async_error end |