Class: DockTrigger

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ DockTrigger

Returns a new instance of DockTrigger.



947
948
949
950
951
952
953
954
955
# File 'lib/ruby-macrodroid.rb', line 947

def initialize(h={})

  options = {
    dock_type: 0
  }

  super(options.merge h)

end