Class: StackifyRubyAPM::Worker::ErrorMsg Private
- Inherits:
-
Object
- Object
- StackifyRubyAPM::Worker::ErrorMsg
- Defined in:
- lib/stackify_apm/worker.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- #error ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(error) ⇒ ErrorMsg
constructor
private
A new instance of ErrorMsg.
Constructor Details
#initialize(error) ⇒ ErrorMsg
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of ErrorMsg.
22 23 24 |
# File 'lib/stackify_apm/worker.rb', line 22 def initialize(error) @error = error end |
Instance Attribute Details
#error ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
26 27 28 |
# File 'lib/stackify_apm/worker.rb', line 26 def error @error end |