Class: OpenCallLogAction

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

Overview

Category: Phone

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ OpenCallLogAction

Returns a new instance of OpenCallLogAction.



2719
2720
2721
2722
2723
2724
2725
2726
# File 'lib/ruby-macrodroid.rb', line 2719

def initialize(h={})

  options = {
  }

  super(options.merge h)

end