Class: UploadPhotoAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

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={})

  options = {
    option: 'Via Intent',
    use_smtp_email: false
  }

  super(options.merge h)

end