Class: ForceScreenRotationAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ ForceScreenRotationAction

Returns a new instance of ForceScreenRotationAction.



2352
2353
2354
2355
2356
2357
2358
2359
2360
# File 'lib/ruby-macrodroid.rb', line 2352

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end