Class: Huebot::LightInput
- Inherits:
-
Struct
- Object
- Struct
- Huebot::LightInput
- Defined in:
- lib/huebot.rb
Overview
Struct for specifying a Light input (id or name)
Instance Attribute Summary collapse
-
#val ⇒ Integer|String
id or name.
Instance Attribute Details
#val ⇒ Integer|String
id or name
23 24 25 |
# File 'lib/huebot.rb', line 23 def val @val end |