Class: OpenCallLogAction

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

Overview

Category: Phone

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ OpenCallLogAction

Returns a new instance of OpenCallLogAction.



3795
3796
3797
3798
3799
3800
3801
3802
# File 'lib/ruby-macrodroid.rb', line 3795

def initialize(h={})

  options = {
  }

  super(options.merge h)

end