Class: SetAutoRotateAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ SetAutoRotateAction

Returns a new instance of SetAutoRotateAction.



1772
1773
1774
1775
1776
1777
1778
1779
1780
# File 'lib/ruby-macrodroid.rb', line 1772

def initialize(h={})

  options = {
    state: 0
  }

  super(options.merge h)

end