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.



1589
1590
1591
1592
1593
1594
1595
1596
1597
# File 'lib/ruby-macrodroid.rb', line 1589

def initialize(h={})

  options = {
    state: 0
  }

  super(options.merge h)

end