Class: PhoneAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- PhoneAction
- Defined in:
- lib/ruby-macrodroid.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.
3750 3751 3752 3753 |
# File 'lib/ruby-macrodroid.rb', line 3750 def initialize(h={}) super(h) @group = 'phone' end |