Class: Request::Choregraphy::LedCommandStruct
- Inherits:
-
Struct
- Object
- Struct
- Request::Choregraphy::LedCommandStruct
- Defined in:
- lib/violet/request.rb
Overview
Command Structs for leds
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#elements ⇒ Object
Returns the value of attribute elements.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
470 471 472 |
# File 'lib/violet/request.rb', line 470 def color @color end |
#elements ⇒ Object
Returns the value of attribute elements
470 471 472 |
# File 'lib/violet/request.rb', line 470 def elements @elements end |
#time ⇒ Object
Returns the value of attribute time
470 471 472 |
# File 'lib/violet/request.rb', line 470 def time @time end |