Class: OpenCallLogAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ OpenCallLogAction

Returns a new instance of OpenCallLogAction.



2281
2282
2283
2284
2285
2286
2287
2288
# File 'lib/ruby-macrodroid.rb', line 2281

def initialize(h={})

  options = {
  }

  super(options.merge h)

end