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, #siguid, #type

Instance Method Summary collapse

Methods inherited from Constraint

#match?

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ DarkThemeConstraint

Returns a new instance of DarkThemeConstraint.



4953
4954
4955
4956
4957
4958
4959
4960
4961
# File 'lib/ruby-macrodroid.rb', line 4953

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end