Class: SendSMSAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SendSMSAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SendSMSAction
constructor
A new instance of SendSMSAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SendSMSAction
Returns a new instance of SendSMSAction.
932 933 934 |
# File 'lib/ruby-macrodroid.rb', line 932 def initialize(h={}) super({}.merge h) end |