Class: MessagingAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- MessagingAction
- Defined in:
- lib/ruby-macrodroid/actions.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ MessagingAction
constructor
A new instance of MessagingAction.
Methods inherited from Action
Methods included from ObjectX
#action_to_object, #object_create, #varify
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ MessagingAction
Returns a new instance of MessagingAction.
1902 1903 1904 1905 |
# File 'lib/ruby-macrodroid/actions.rb', line 1902 def initialize(h={}) super(h) @group = 'messaging' end |