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 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.
2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 |
# File 'lib/ruby-macrodroid.rb', line 2452 def initialize(h={}) = { option: 'Via Intent', use_smtp_email: false } super(.merge h) end |