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.



2807
2808
2809
2810
2811
2812
2813
2814
# File 'lib/ruby-macrodroid.rb', line 2807

def initialize(h={})

  options = {
  }

  super(options.merge h)

end