class OpenCallLogAction
Category: Phone
Public Class Methods
new(h={})
click to toggle source
Calls superclass method
PhoneAction::new
# File lib/ruby-macrodroid/actions.rb, line 2693 def initialize(h={}) options = { } super(options.merge h) end
Public Instance Methods
to_s(colour: false, indent: 0)
click to toggle source
# File lib/ruby-macrodroid/actions.rb, line 2702 def to_s(colour: false, indent: 0) 'OpenCallLogAction ' + @h.inspect end
Also aliased as: to_summary