Class: MakeCallAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- MakeCallAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ MakeCallAction
constructor
A new instance of MakeCallAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ MakeCallAction
Returns a new instance of MakeCallAction.
2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 |
# File 'lib/ruby-macrodroid.rb', line 2307 def initialize(h={}) = { contact: {:m_id=>"Hardwired_Number", :m_lookupKey=>"Hardwired_Number", :m_name=>"[Select Number]"}, number: '' } super(.merge h) end |