Class: Huebot::Group::Input
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Group::Input
- Defined in:
- lib/huebot/group.rb
Overview
Struct for specifying a Group 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/group.rb', line 8 def val @val end |