Class: OpenHAB::Core::Things::AbstractDescriptionType + + + +
+
+
+
+
+-
+
- Inherits: +
-
+ Object
+
+
-
+
- Object + +
- OpenHAB::Core::Things::AbstractDescriptionType + +
+
-
+
- Defined in: +
- lib/openhab/core/things/abstract_description_type.rb +
Overview
+
+
+
+Base class for ThingType, ChannelType, and ChannelGroupType
+ + +
+
+
+
+
+
+ Direct Known Subclasses
+ +Instance Attribute Summary collapse
+-
+
+
- + + + #description ⇒ String? + + + + + + + + + readonly + + + + + + + + + + + + + + +
- + + + #label ⇒ String + + + + + + + + + readonly + + + + + + + + + + + + + + +
+
+
+
+Instance Attribute Details
+ + + +
+
+
+
+
+
+
+ + + #description ⇒ String? (readonly) + + + + + +
+
+
+
+
+
+
+ + + +17 +18+ |
+
+ # File 'lib/openhab/core/things/abstract_description_type.rb', line 17 + +class AbstractDescriptionType # rubocop:disable Lint/EmptyClass +end+ |
+
+
+
+
+
+ + + #label ⇒ String (readonly) + + + + + +
+
+
+
+
+
+
+ + + +17 +18+ |
+
+ # File 'lib/openhab/core/things/abstract_description_type.rb', line 17 + +class AbstractDescriptionType # rubocop:disable Lint/EmptyClass +end+ |
+