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, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ CarModeAction



3082
3083
3084
3085
3086
3087
3088
3089
3090
# File 'lib/ruby-macrodroid.rb', line 3082

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end