Class: Huebot::GroupInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/huebot.rb

Overview

Struct for specifying a Gropu input (id or name)

Instance Attribute Summary collapse

Instance Attribute Details

#valInteger|String

id or name

Returns:

  • (Integer|String)

    the current value of val



30
31
32
# File 'lib/huebot.rb', line 30

def val
  @val
end