Class: PressBackAction

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

Overview

Category: Device Actions

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 = {}) ⇒ PressBackAction

Returns a new instance of PressBackAction.



2256
2257
2258
2259
2260
2261
2262
2263
# File 'lib/ruby-macrodroid.rb', line 2256

def initialize(h={})

  options = {
  }

  super(options.merge h)

end