Class: DarkThemeConstraint

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

Overview

Category: Screen and Speaker

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Constraint

#match?

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ DarkThemeConstraint

Returns a new instance of DarkThemeConstraint.



4114
4115
4116
4117
4118
4119
4120
4121
4122
# File 'lib/ruby-macrodroid.rb', line 4114

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end