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.



1004
1005
1006
# File 'lib/ruby-macrodroid.rb', line 1004

def initialize(h={})    
  super({}.merge h)
end