Class: WeConnect::Control::ControlOperation

Inherits:
Enum
  • Object
show all
Defined in:
lib/weconnect/control_operation.rb

Class Method Summary collapse

Methods inherited from Enum

enum

Class Method Details

.allowed_valuesObject



13
14
15
# File 'lib/weconnect/control_operation.rb', line 13

def self.allowed_values
  [START, STOP]
end