Class: ForceScreenRotationAction

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

Overview

Category: Screen

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ ForceScreenRotationAction

Returns a new instance of ForceScreenRotationAction.



2898
2899
2900
2901
2902
2903
2904
2905
2906
# File 'lib/ruby-macrodroid.rb', line 2898

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end