Class: Deliver::SyncScreenshots::UploadScreenshotJob
- Inherits:
-
Struct
- Object
- Struct
- Deliver::SyncScreenshots::UploadScreenshotJob
- Defined in:
- deliver/lib/deliver/sync_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
13 14 15 |
# File 'deliver/lib/deliver/sync_screenshots.rb', line 13 def app_screenshot_set @app_screenshot_set end |
#path ⇒ Object
Returns the value of attribute path
13 14 15 |
# File 'deliver/lib/deliver/sync_screenshots.rb', line 13 def path @path end |