Module: Thron::Routable::ClassMethods
- Defined in:
- lib/thron/routable.rb
Instance Method Summary collapse
Instance Method Details
#circuit_breaker ⇒ Object
40 41 42 |
# File 'lib/thron/routable.rb', line 40 def circuit_breaker @circuit_breaker ||= CircuitBreaker::new(threshold: Config::circuit_breaker.threshold) end |
#routes ⇒ Object
44 45 46 |
# File 'lib/thron/routable.rb', line 44 def routes fail NotImplementedError end |