Class: CarModeAction

Inherits:
DeviceSettingsAction show all
Defined in:
lib/ruby-macrodroid.rb

Overview

Category: Device Settings

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ CarModeAction

Returns a new instance of CarModeAction.



3189
3190
3191
3192
3193
3194
3195
3196
3197
# File 'lib/ruby-macrodroid.rb', line 3189

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end