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.



2810
2811
2812
2813
2814
2815
2816
2817
2818
# File 'lib/ruby-macrodroid.rb', line 2810

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end