Class: ForceScreenRotationAction

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

Overview

Category: Screen

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 = {}) ⇒ ForceScreenRotationAction

Returns a new instance of ForceScreenRotationAction.



3886
3887
3888
3889
3890
3891
3892
3893
3894
# File 'lib/ruby-macrodroid.rb', line 3886

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end