class ClearCallLogAction

Category: Phone

Public Class Methods

new(h={}) click to toggle source
Calls superclass method PhoneAction::new
# File lib/ruby-macrodroid/actions.rb, line 2670
def initialize(h={})

  options = {
    non_contact: false,
    specific_contact: false,
    type: 0
  }

  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 2682
def to_s(colour: false, indent: 0)
  'ClearCallLogAction ' + @h.inspect
end
Also aliased as: to_summary
to_summary(colour: false, indent: 0)
Alias for: to_s