Class: DayDreamAction
- Inherits:
-
DeviceSettingsAction
- Object
- MacroObject
- Action
- DeviceSettingsAction
- DayDreamAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device Settings
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ DayDreamAction
constructor
A new instance of DayDreamAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ DayDreamAction
2714 2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/ruby-macrodroid.rb', line 2714 def initialize(h={}) = { } super(.merge h) end |