Class: UDPCommandAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- UDPCommandAction
- Defined in:
- lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ UDPCommandAction
constructor
A new instance of UDPCommandAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ UDPCommandAction
Returns a new instance of UDPCommandAction.
1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 |
# File 'lib/ruby-macrodroid.rb', line 1387 def initialize(h={}) = { destination: '', message: '', port: 1024 } super(.merge h) end |