Exception: Servactory::Exceptions::Success
- Defined in:
- lib/servactory/exceptions/success.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
readonly
Returns the value of attribute context.
Instance Method Summary collapse
-
#initialize(context:) ⇒ Success
constructor
A new instance of Success.
Constructor Details
#initialize(context:) ⇒ Success
Returns a new instance of Success.
8 9 10 11 12 |
# File 'lib/servactory/exceptions/success.rb', line 8 def initialize(context:) @context = context super end |
Instance Attribute Details
#context ⇒ Object (readonly)
Returns the value of attribute context.
6 7 8 |
# File 'lib/servactory/exceptions/success.rb', line 6 def context @context end |