Module: CI::Queue::CircuitBreaker::Disabled
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
18 19 20 |
# File 'lib/ci/queue/circuit_breaker.rb', line 18 def '' end |
#open? ⇒ Boolean
14 15 16 |
# File 'lib/ci/queue/circuit_breaker.rb', line 14 def open? false end |
#report_failure! ⇒ Object
8 9 |
# File 'lib/ci/queue/circuit_breaker.rb', line 8 def report_failure! end |
#report_success! ⇒ Object
11 12 |
# File 'lib/ci/queue/circuit_breaker.rb', line 11 def report_success! end |