Class: PressBackAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ PressBackAction

Returns a new instance of PressBackAction.



1654
1655
1656
1657
1658
1659
1660
1661
# File 'lib/ruby-macrodroid.rb', line 1654

def initialize(h={})

  options = {
  }

  super(options.merge h)

end