Class: Request::Choregraphy::LedCommandStruct

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

Overview

Command Structs for leds

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



470
471
472
# File 'lib/violet/request.rb', line 470

def color
  @color
end

#elementsObject

Returns the value of attribute elements

Returns:

  • (Object)

    the current value of elements



470
471
472
# File 'lib/violet/request.rb', line 470

def elements
  @elements
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



470
471
472
# File 'lib/violet/request.rb', line 470

def time
  @time
end