Class: BatterySaverStateConstraint

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

Overview

Category: Battery/Power

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



3150
3151
3152
3153
3154
3155
3156
3157
3158
# File 'lib/ruby-macrodroid.rb', line 3150

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end