Class: SetRingtoneAction
- Inherits:
-
PhoneAction
- Object
- MacroObject
- Action
- PhoneAction
- SetRingtoneAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Phone
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetRingtoneAction
constructor
A new instance of SetRingtoneAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetRingtoneAction
Returns a new instance of SetRingtoneAction.
3707 3708 3709 3710 3711 3712 3713 3714 3715 |
# File 'lib/ruby-macrodroid.rb', line 3707 def initialize(h={}) = { ringtone_uri: 'content://media/internal/audio/media/174' } super(.merge h) end |