Class: SunsetSunriseConstraint

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

Overview

Category: Date/Time

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Constraint

#match?

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ SunsetSunriseConstraint



3974
3975
3976
3977
3978
3979
3980
3981
3982
# File 'lib/ruby-macrodroid.rb', line 3974

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end