Class: OpenHAB::Core::Types::StringListType
- Inherits:
-
Object
- Object
- OpenHAB::Core::Types::StringListType
- Defined in:
- lib/openhab/core/types/string_list_type.rb
Overview
StringListType can be used for items that are dealing with telephony functionality.
The entries can be accessed like an array.
Instance Method Summary collapse
-
#to_a ⇒ Array<String>
The values as an array.
Methods included from Type
Instance Method Details
#to_a ⇒ Array<String>
Returns the values as an array.
36 37 38 |
# File 'lib/openhab/core/types/string_list_type.rb', line 36 def to_a typeDetails.to_a end |