Method: CloudLB::HealthMonitor#enabled?
- Defined in:
- lib/cloudlb/health_monitor.rb
#enabled? ⇒ Boolean
Returns true if the health monitor is defined and has data, returns false if not.
42 43 44 |
# File 'lib/cloudlb/health_monitor.rb', line 42 def enabled? @enabled end |