Class: Huebot::Light::Input
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Light::Input
- Defined in:
- lib/huebot/light.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
8 9 10 |
# File 'lib/huebot/light.rb', line 8 def val @val end |