Class: UDPCommandAction
- Inherits:
-
MessagingAction
- Object
- MacroObject
- Action
- MessagingAction
- UDPCommandAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Messaging
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ UDPCommandAction
constructor
A new instance of UDPCommandAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ UDPCommandAction
2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'lib/ruby-macrodroid.rb', line 2558 def initialize(h={}) = { destination: '', message: '', port: 1024 } super(.merge h) end |