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 Action
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
Returns a new instance of DayDreamAction.
3143 3144 3145 3146 3147 3148 3149 3150 |
# File 'lib/ruby-macrodroid.rb', line 3143 def initialize(h={}) = { } super(.merge h) end |