Class: OpenHAB::Core::Things::AbstractDescriptionType

Inherits:
Object
  • Object
show all
Defined in:
lib/openhab/core/things/abstract_description_type.rb

Overview

Base class for ThingType, ChannelType, and ChannelGroupType

Direct Known Subclasses

ChannelGroupType, ChannelType, ThingType

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString? (readonly)

Returns:

  • (String, nil)


17
18
# File 'lib/openhab/core/things/abstract_description_type.rb', line 17

class AbstractDescriptionType # rubocop:disable Lint/EmptyClass
end

#labelString (readonly)

Returns:

  • (String)


17
18
# File 'lib/openhab/core/things/abstract_description_type.rb', line 17

class AbstractDescriptionType # rubocop:disable Lint/EmptyClass
end