Class: Huebot::Group::Input

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

Overview

Struct for specifying a Group input (id or name)

Instance Attribute Summary collapse

Instance Attribute Details

#valInteger|String

id or name

Returns:

  • (Integer|String)

    the current value of val



8
9
10
# File 'lib/huebot/group.rb', line 8

def val
  @val
end