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.



2424
2425
2426
2427
2428
2429
2430
2431
# File 'lib/ruby-macrodroid.rb', line 2424

def initialize(h={})

  options = {
  }

  super(options.merge h)

end