Class: MovingsignApi::SetClockCommand
- Inherits:
-
WriteControlCommand
- Object
- Command
- WriteControlCommand
- MovingsignApi::SetClockCommand
- Defined in:
- lib/movingsign_api/commands/set_clock_command.rb
Overview
Sets the signs date + time
Instance Attribute Summary collapse
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from WriteControlCommand
Methods inherited from Command
Instance Attribute Details
#datetime ⇒ Time
7 8 9 |
# File 'lib/movingsign_api/commands/set_clock_command.rb', line 7 def datetime @datetime end |
Instance Method Details
#subcommand_code ⇒ Object
9 10 11 |
# File 'lib/movingsign_api/commands/set_clock_command.rb', line 9 def subcommand_code 'A' end |