Class: UploadPhotoAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- UploadPhotoAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ UploadPhotoAction
constructor
A new instance of UploadPhotoAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ UploadPhotoAction
Returns a new instance of UploadPhotoAction.
1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'lib/ruby-macrodroid.rb', line 1469 def initialize(h={}) = { option: 'Via Intent', use_smtp_email: false } super(.merge h) end |