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.



3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'lib/ruby-macrodroid.rb', line 3127

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end