Class: Deliver::UploadScreenshots::UploadScreenshotJob
- Inherits:
-
Struct
- Object
- Struct
- Deliver::UploadScreenshots::UploadScreenshotJob
- Defined in:
- deliver/lib/deliver/upload_screenshots.rb
Instance Attribute Summary collapse
-
#app_screenshot_set ⇒ Object
Returns the value of attribute app_screenshot_set.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#app_screenshot_set ⇒ Object
Returns the value of attribute app_screenshot_set
14 15 16 |
# File 'deliver/lib/deliver/upload_screenshots.rb', line 14 def app_screenshot_set @app_screenshot_set end |
#path ⇒ Object
Returns the value of attribute path
14 15 16 |
# File 'deliver/lib/deliver/upload_screenshots.rb', line 14 def path @path end |