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
3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 |
# File 'lib/ruby-macrodroid.rb', line 3077 def initialize(h={}) = { destination: '', message: '', port: 1024 } super(.merge h) end |