Class: EMDextras::Chains::PipeSetup
- Inherits:
-
Struct
- Object
- Struct
- EMDextras::Chains::PipeSetup
- Defined in:
- lib/em-dextras/chains.rb
Instance Attribute Summary collapse
-
#monitoring ⇒ Object
Returns the value of attribute monitoring.
-
#options ⇒ Object
Returns the value of attribute options.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Method Summary collapse
Instance Attribute Details
#monitoring ⇒ Object
Returns the value of attribute monitoring
79 80 81 |
# File 'lib/em-dextras/chains.rb', line 79 def monitoring @monitoring end |
#options ⇒ Object
Returns the value of attribute options
79 80 81 |
# File 'lib/em-dextras/chains.rb', line 79 def @options end |
#result ⇒ Object
Returns the value of attribute result
79 80 81 |
# File 'lib/em-dextras/chains.rb', line 79 def result @result end |
Instance Method Details
#inform_exception!(error_value, stage) ⇒ Object
80 81 82 83 84 85 86 |
# File 'lib/em-dextras/chains.rb', line 80 def inform_exception!(error_value, stage) if [:context] self.monitoring.inform_exception! error_value, stage, [:context] else self.monitoring.inform_exception! error_value, stage end end |