Class: UploadPhotoAction
- Inherits:
-
CameraAction
- Object
- MacroObject
- Action
- CameraAction
- UploadPhotoAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Camera/Photo
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ UploadPhotoAction
constructor
A new instance of UploadPhotoAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ UploadPhotoAction
Returns a new instance of UploadPhotoAction.
2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 |
# File 'lib/ruby-macrodroid.rb', line 2530 def initialize(h={}) = { option: 'Via Intent', use_smtp_email: false } super(.merge h) end |