Class: DayDreamAction

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

Overview

Category: Device Settings

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

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

  options = {
  }

  super(options.merge h)

end