Class: Deliver::SyncAppPreviews::UploadPreviewJob
- Inherits:
-
Struct
- Object
- Struct
- Deliver::SyncAppPreviews::UploadPreviewJob
- Defined in:
- deliver/lib/deliver/sync_app_previews.rb
Instance Attribute Summary collapse
-
#frame_time_code ⇒ Object
Returns the value of attribute frame_time_code.
-
#localization ⇒ Object
Returns the value of attribute localization.
-
#preview_set ⇒ Object
Returns the value of attribute preview_set.
-
#video_path ⇒ Object
Returns the value of attribute video_path.
Instance Attribute Details
#frame_time_code ⇒ Object
Returns the value of attribute frame_time_code
9 10 11 |
# File 'deliver/lib/deliver/sync_app_previews.rb', line 9 def frame_time_code @frame_time_code end |
#localization ⇒ Object
Returns the value of attribute localization
9 10 11 |
# File 'deliver/lib/deliver/sync_app_previews.rb', line 9 def localization @localization end |
#preview_set ⇒ Object
Returns the value of attribute preview_set
9 10 11 |
# File 'deliver/lib/deliver/sync_app_previews.rb', line 9 def preview_set @preview_set end |
#video_path ⇒ Object
Returns the value of attribute video_path
9 10 11 |
# File 'deliver/lib/deliver/sync_app_previews.rb', line 9 def video_path @video_path end |