Class: MessagingAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Direct Known Subclasses

SendEmailAction, SendSMSAction, UDPCommandAction

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke, #to_s

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ MessagingAction

Returns a new instance of MessagingAction.



3989
3990
3991
3992
# File 'lib/ruby-macrodroid.rb', line 3989

def initialize(h={})
  super(h)
  @group = 'messaging'
end