Class: OpenHAB::Core::Rules::Provider
- Inherits:
-
Core::Provider
- Object
- Core::Provider
- OpenHAB::Core::Rules::Provider
- Defined in:
- lib/openhab/core/rules/provider.rb
Overview
Provides rules created in Ruby to openHAB
Class Method Summary collapse
-
.registry ⇒ org.openhab.core.automation.RuleRegistry
The Rule registry.
Class Method Details
.registry ⇒ org.openhab.core.automation.RuleRegistry
The Rule registry
18 19 20 |
# File 'lib/openhab/core/rules/provider.rb', line 18 def registry $rules end |