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