Class: DayDreamAction

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

Overview

Category: Device Settings

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

Returns a new instance of DayDreamAction.



2199
2200
2201
2202
2203
2204
2205
2206
# File 'lib/ruby-macrodroid.rb', line 2199

def initialize(h={})

  options = {
  }

  super(options.merge h)

end