Class: SetScreenTimeoutAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ SetScreenTimeoutAction

Returns a new instance of SetScreenTimeoutAction.



1076
1077
1078
# File 'lib/ruby-macrodroid.rb', line 1076

def initialize(h={})    
  super({}.merge h)
end