Class: PhoneAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- PhoneAction
- Defined in:
- lib/ruby-macrodroid/actions.rb
Direct Known Subclasses
AnswerCallAction, ClearCallLogAction, MakeCallAction, OpenCallLogAction, RejectCallAction, SetRingtoneAction
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ PhoneAction
constructor
A new instance of PhoneAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ PhoneAction
Returns a new instance of PhoneAction.
1898 1899 1900 1901 |
# File 'lib/ruby-macrodroid/actions.rb', line 1898 def initialize(h={}) super(h) @group = 'phone' end |