Class: OpenHAB::Core::Rules::Provider

Inherits:
Core::Provider
  • Object
show all
Defined in:
lib/openhab/core/rules/provider.rb

Overview

Provides rules created in Ruby to openHAB

Class Method Summary collapse

Class Method Details

.registryorg.openhab.core.automation.RuleRegistry

The Rule registry

Returns:

  • (org.openhab.core.automation.RuleRegistry)


18
19
20
# File 'lib/openhab/core/rules/provider.rb', line 18

def registry
  $rules
end