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 included from ObjectX
#action_to_object, #object_create, #varify
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ PhoneAction
Returns a new instance of PhoneAction.
2228 2229 2230 2231 |
# File 'lib/ruby-macrodroid/actions.rb', line 2228 def initialize(h={}) super(h) @group = 'phone' end |