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.
- #to_s(colour: false) ⇒ Object (also: #to_summary)
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ DayDreamAction
Returns a new instance of DayDreamAction.
3588 3589 3590 3591 3592 3593 3594 3595 |
# File 'lib/ruby-macrodroid.rb', line 3588 def initialize(h={}) = { } super(.merge h) end |
Instance Method Details
#to_s(colour: false) ⇒ Object Also known as: to_summary
3597 3598 3599 |
# File 'lib/ruby-macrodroid.rb', line 3597 def to_s(colour: false) 'DayDreamAction ' + @h.inspect end |